diff options
author | 2021-08-28 00:47:12 +0200 | |
---|---|---|
committer | 2021-08-28 00:47:12 +0200 | |
commit | 27e2666e7c8828f49c432ef29e0098c37bd5fc3a (patch) | |
tree | d14d5c8e1f1f4a47e124fd9289ff054d1f625548 | |
parent | Fix tag fuzzy matching when searching against a longer target (diff) |
Remove unnecessary line in help
Co-authored-by: Bluenix <[email protected]>
-rw-r--r-- | bot/exts/info/tags.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bot/exts/info/tags.py b/bot/exts/info/tags.py index 884c76ec4..91046c654 100644 --- a/bot/exts/info/tags.py +++ b/bot/exts/info/tags.py @@ -370,7 +370,6 @@ class Tags(Cog): tag_name: TagNameConverter = None, ) -> bool: """ - When arguments are passed in: 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 |