diff options
-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 884e8e10f..8d4073342 100644 --- a/bot/exts/info/tags.py +++ b/bot/exts/info/tags.py @@ -366,7 +366,7 @@ class Tags(Cog): With no arguments, list all accessible tags - Returns True if something was sent, or if the tag is on cooldown. + Returns True if a message was sent, or if the tag is on cooldown. Returns False if no message was sent. """ # noqa: D205, D415 if tag_name_or_group is None and tag_name is None: |