Skip to content

Commit

Permalink
Merge pull request #265 from SylteA/dev
Browse files Browse the repository at this point in the history
Okay this looks okay
  • Loading branch information
SylteA authored Nov 13, 2023
2 parents 465376d + 0aafec4 commit 0402112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/extensions/custom_roles/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def __init__(self, bot):
@staticmethod
def role_embed(heading: str, role: discord.Role):
embed = discord.Embed(
description=f"# {heading}",
description=f"**{heading}**",
timestamp=role.created_at,
color=role.color,
)
Expand Down

0 comments on commit 0402112

Please sign in to comment.