diff options
author | 2021-01-31 15:35:56 +0000 | |
---|---|---|
committer | 2021-01-31 15:35:56 +0000 | |
commit | cc23ad61e3a9d33ff835c04c2c8d0ddcb45de736 (patch) | |
tree | 9c952b057b5e1d80dca4b4fc7c6070cc18659c00 | |
parent | return true when tag is on cd (diff) |
Grammar
-rw-r--r-- | bot/exts/info/tags.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) |