diff options
author | 2021-08-29 17:43:57 +0200 | |
---|---|---|
committer | 2021-08-29 17:43:57 +0200 | |
commit | b9b19ba92cea6baa52c6db6f5eefd79cffbb7bf9 (patch) | |
tree | 7efada21737c8151b492fa319382dfd29c0b35be | |
parent | simplify assignment and add comment explaining its purpose (diff) |
Fix punctuation
Co-authored-by: Bluenix <[email protected]>
-rw-r--r-- | bot/exts/info/tags.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bot/exts/info/tags.py b/bot/exts/info/tags.py index 931c01e3a..cd02f1768 100644 --- a/bot/exts/info/tags.py +++ b/bot/exts/info/tags.py @@ -371,9 +371,9 @@ class Tags(Cog): ) -> bool: """ If a single argument matching a group name is given, list all accessible tags from that group - Otherwise display the tag if one was found for the given arguments, or try to display suggestions for that name + Otherwise display the tag if one was found for the given arguments, or try to display suggestions for that name. - With no arguments, list all accessible tags + With no arguments, list all accessible tags. Returns True if a message was sent, or if the tag is on cooldown. Returns False if no message was sent. |