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}')