misc(logger): added some markdown formatting

This commit is contained in:
Seaswimmer 2024-05-24 03:14:05 -04:00
parent 742d786bab
commit c584fb60e2
Signed by: cswimr
GPG key ID: 5D671B5D03D65A7F

View file

@ -45,7 +45,7 @@ class Logger(commands.Cog):
if channel:
embed = discord.Embed(color=discord.Color.from_str(value="#ff470f"), timestamp=datetime.now(tz=UTC))
embed.set_author(name=f"{author.name}", icon_url=author.display_avatar.url)
embed.description = bold(text=f"Message sent by {author.mention} deleted in {payload.cached_message.channel.mention}\n", escape_formatting=False) + content
embed.description = bold(text=f"Message sent by {author.mention} deleted in {payload.cached_message.channel.mention}\n>>>", escape_formatting=False) + content
embed.set_footer(text=f"Author: {author.id} | Message ID: {payload.message_id}", icon_url=guild.icon.url)
await channel.send(embed=embed)