aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Numerlor <[email protected]>2021-08-29 17:43:57 +0200
committerGravatar GitHub <[email protected]>2021-08-29 17:43:57 +0200
commitb9b19ba92cea6baa52c6db6f5eefd79cffbb7bf9 (patch)
tree7efada21737c8151b492fa319382dfd29c0b35be
parentsimplify assignment and add comment explaining its purpose (diff)
Fix punctuation
Co-authored-by: Bluenix <[email protected]>
-rw-r--r--bot/exts/info/tags.py4
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.