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 56a952f97..f098d56c9 100644
--- a/bot/exts/info/tags.py
+++ b/bot/exts/info/tags.py
@@ -370,7 +370,7 @@ class Tags(Cog):
if tag_name_or_group is None and tag_name is None:
if self.tags:
await LinePaginator.paginate(
- self.accessible_tags(ctx.author), ctx, Embed(title="Current tags"), **self.PAGINATOR_DEFAULTS
+ self.accessible_tags(ctx.author), ctx, Embed(title="Available tags"), **self.PAGINATOR_DEFAULTS
)
else:
await ctx.send(embed=Embed(description="**There are no tags!**"))