aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris <[email protected]>2021-01-31 15:35:56 +0000
committerGravatar Chris <[email protected]>2021-01-31 15:35:56 +0000
commitcc23ad61e3a9d33ff835c04c2c8d0ddcb45de736 (patch)
tree9c952b057b5e1d80dca4b4fc7c6070cc18659c00
parentreturn true when tag is on cd (diff)
Grammar
-rw-r--r--bot/exts/info/tags.py2
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)