From d7fbebdef4b22dc588cfebda12ae7faf11390f6d Mon Sep 17 00:00:00 2001 From: Matthew Cohen Date: Sat, 9 Sep 2023 14:10:33 -0400 Subject: [PATCH] Add error emoji --- cogs/modmail.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/modmail.py b/cogs/modmail.py index 4f363be..f648d6a 100644 --- a/cogs/modmail.py +++ b/cogs/modmail.py @@ -252,7 +252,7 @@ async def _open_thread(self, interaction: discord.Interaction, member: discord.M except discord.Forbidden: return await interaction.followup.send( - f'Failed to DM {member.mention}, this could be because their DMs are disabled or they have blocked me. Thread open action canceled' + f':x: Failed to DM {member.mention}, this could be because their DMs are disabled or they have blocked me. Thread open action canceled' ) await interaction.followup.send(f':white_check_mark: Modmail has been opened with {member}')