Skip to content

Commit 0909945

Browse files
committed
embed > update
1 parent 97627a1 commit 0909945

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cogs/modmail.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ async def handle_thread_reply(self, message: discord.Message):
606606
files = [await f.to_file() for f in message.attachments]
607607
embed = discord.Embed(
608608
title="A Moderator has Replied",
609-
description="> "+message.content,
609+
description=message.content,
610610
color=discord.Color.purple()
611611
)
612612
# embed.set_author(name=message.author.display_name, icon_url=message.author.display_avatar.url)

0 commit comments

Comments
 (0)