diff options
-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 594a3e409..01d0b97fa 100644 --- a/bot/exts/info/tags.py +++ b/bot/exts/info/tags.py @@ -274,7 +274,7 @@ class Tags(Cog): if not suggested_tags: return None suggested_tags_text = "\n".join( - str(identifier) + f"**\N{RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK}** {identifier}" for identifier, tag in suggested_tags if tag.accessible_by(ctx.author) and not tag.on_cooldown_in(ctx.channel) |