Skip to content

Commit

Permalink
✔️ Duplication "Mail Closed" message fixed again
Browse files Browse the repository at this point in the history
  • Loading branch information
TFAGaming authored Aug 29, 2022
1 parent dedf1ce commit 69e9f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ client.on('messageCreate', async (message) => {
{
embeds: [
new EmbedBuilder()
.setDescription(`${config.Modmail.EMOJIS.WARN} Already closed by a staff member or by you.`)
.setDescription(`Already closed by a staff member or by you.`)
.setColor('Yellow')
],
ephemeral: true
Expand Down

0 comments on commit 69e9f44

Please sign in to comment.