aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/exts/info/tags.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/info/tags.py b/bot/exts/info/tags.py
index 7efaae3c3..f2b5c0823 100644
--- a/bot/exts/info/tags.py
+++ b/bot/exts/info/tags.py
@@ -376,7 +376,7 @@ class Tags(Cog):
await ctx.send(embed=Embed(description="**There are no tags!**"))
return True
- if tag_name is None:
+ elif tag_name is None:
if any(
tag_name_or_group == identifier.group and tag.accessible_by(ctx.author)
for identifier, tag in self._tags.items()