mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-18 15:45:03 +00:00
Changed manual unmute case note
This commit is contained in:
parent
1aa370cc59
commit
9428cb11e6
2 changed files with 1 additions and 2 deletions
|
@ -902,7 +902,6 @@ export class ModActionsPlugin extends ZeppelinPlugin<TConfigSchema> {
|
|||
return;
|
||||
}
|
||||
|
||||
// Find the server member to unmute
|
||||
if (!memberToUnmute) {
|
||||
const isBanned = await this.isBanned(user.id);
|
||||
const prefix = this.guildConfig.prefix;
|
||||
|
|
|
@ -314,7 +314,7 @@ export class MutesPlugin extends ZeppelinPlugin<TConfigSchema> {
|
|||
noteDetails.push(`Unmuted immediately`);
|
||||
}
|
||||
if (!existingMute) {
|
||||
noteDetails.push(`Removed manual role mute`);
|
||||
noteDetails.push(`Removed external mute`);
|
||||
}
|
||||
|
||||
const casesPlugin = this.getPlugin<CasesPlugin>("cases");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue