Skip to content

Commit

Permalink
Add error emoji
Browse files Browse the repository at this point in the history
  • Loading branch information
MattBSG committed Sep 9, 2023
1 parent 3b4af97 commit d7fbebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/modmail.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}')
Expand Down

0 comments on commit d7fbebd

Please sign in to comment.