Skip to content

Commit

Permalink
Merge pull request #3011 from Hashed0719/main
Browse files Browse the repository at this point in the history
fixed typos in tags embed.
  • Loading branch information
hedyhli authored Apr 13, 2024
2 parents a6c8a09 + 4473f10 commit 15f4d03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bot/exts/info/tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down Expand Up @@ -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}")
Expand Down

0 comments on commit 15f4d03

Please sign in to comment.