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 8dcfa279e..68ab5f6bb 100644
--- a/bot/exts/info/tags.py
+++ b/bot/exts/info/tags.py
@@ -327,7 +327,7 @@ class Tags(Cog):
return group + name
result_lines = []
- current_group = object()
+ current_group = ""
group_accessible = True
for identifier, tag in sorted(self.tags.items(), key=tag_sort_key):