From cc23ad61e3a9d33ff835c04c2c8d0ddcb45de736 Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 31 Jan 2021 15:35:56 +0000 Subject: Grammar --- bot/exts/info/tags.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/exts/info/tags.py b/bot/exts/info/tags.py index e0556ee30..bb91a8563 100644 --- a/bot/exts/info/tags.py +++ b/bot/exts/info/tags.py @@ -285,7 +285,7 @@ class Tags(Cog): """ Get a specified tag, or a list of all tags if no tag is specified. - Returns True if something can be send, or the tag is on cooldown + Returns True if something can be sent, or if the tag is on cooldown. Returns False if no matches are found. """ return await self.display_tag(ctx, tag_name) -- cgit v1.2.3