Skip to content

Commit

Permalink
smh...
Browse files Browse the repository at this point in the history
  • Loading branch information
SylteA committed Nov 13, 2023
1 parent feeb07c commit 51895c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bot/extensions/custom_roles/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ def __init__(self, bot):
@staticmethod
def role_embed(heading: str, role: discord.Role):
embed = discord.Embed(
title=heading,
color=role.color,
description=f"# {heading}",
timestamp=role.created_at,
color=role.color,
)
embed.add_field(name="Name", value=utils.escape_markdown(role.name))
embed.add_field(name="Color", value=str(role.color))
Expand Down

0 comments on commit 51895c4

Please sign in to comment.