diff --git a/backend/src/plugins/Mutes.ts b/backend/src/plugins/Mutes.ts index dbdf7458..24c86f10 100644 --- a/backend/src/plugins/Mutes.ts +++ b/backend/src/plugins/Mutes.ts @@ -188,7 +188,7 @@ export class MutesPlugin extends ZeppelinPlugin { time: timeUntilUnmute, })); - if (reason && muteMessage) { + if ((reason && muteMessage) || existingMute) { if (user instanceof User) { notifyResult = await notifyUser(this.bot, this.guild, user, muteMessage, { useDM: config.dm_on_mute,