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:
parent
2b29f7ef10
commit
002c054770
1 changed files with 3 additions and 0 deletions
|
@ -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({
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue