diff --git a/bot/exts/info/tags.py b/bot/exts/info/tags.py index 56a2f044c2..5790f4c1cc 100644 --- a/bot/exts/info/tags.py +++ b/bot/exts/info/tags.py @@ -234,7 +234,7 @@ async def get_tag_embed( if not tag.on_cooldown_in(channel) ) return Embed( - title="Did you mean ...", + title="Did you mean...", description=suggested_tags_text ) @@ -264,7 +264,7 @@ def tag_sort_key(tag_item: tuple[TagIdentifier, Tag]) -> str: group_accessible = False result_lines.append(f"\n\N{BULLET} **{current_group}**") else: - result_lines.append("\n\N{BULLET}") + result_lines.append("\n") if tag.accessible_by(member): result_lines.append(f"**\N{RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK}** {identifier.name}")