3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-18 15:45:03 +00:00

added extra notes

This commit is contained in:
roflmaoqwerty 2020-01-21 21:57:15 +11:00
parent 2b29f7ef10
commit 002c054770

View file

@ -313,6 +313,9 @@ export class MutesPlugin extends ZeppelinPlugin<TConfigSchema> {
} else { } else {
noteDetails.push(`Unmuted immediately`); noteDetails.push(`Unmuted immediately`);
} }
if (!existingMute) {
noteDetails.push(`Removed manual role mute`);
}
const casesPlugin = this.getPlugin<CasesPlugin>("cases"); const casesPlugin = this.getPlugin<CasesPlugin>("cases");
const createdCase = await casesPlugin.createCase({ const createdCase = await casesPlugin.createCase({