diff options
author | 2021-09-13 01:50:21 +0200 | |
---|---|---|
committer | 2021-09-13 01:50:21 +0200 | |
commit | 43b18506d0dde27469a136676737826482e07fd7 (patch) | |
tree | 59249b4042a20a58a940d94210c29126ac0f64bc | |
parent | Rename methods to better reflect their new behaviour (diff) |
Reword all tags embed title
-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 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!**")) |