diff options
author | 2021-08-15 21:29:13 +0200 | |
---|---|---|
committer | 2021-08-15 21:29:13 +0200 | |
commit | 0e2491dd7d9e3023284a9f7b3cc450bc9dbe9b25 (patch) | |
tree | 14153e301f124f36d90c57df23952c0e898c5839 | |
parent | use an empty string as the initial group value (diff) |
Reword `tag get` help
-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 68ab5f6bb..d80ca448d 100644 --- a/bot/exts/info/tags.py +++ b/bot/exts/info/tags.py @@ -369,7 +369,7 @@ class Tags(Cog): ) -> bool: """ When arguments are passed in: - If a single argument is given and it matches a group name, list accessible all tags from that group. + 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 With no arguments, list all accessible tags |