mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 05:41:51 +00:00
Have forcemute not DM the user -> Consistency with Forceban
This commit is contained in:
parent
7736e7a222
commit
94870ef85d
1 changed files with 1 additions and 1 deletions
|
@ -43,6 +43,6 @@ export const ForcemuteCmd = modActionsCommand({
|
|||
return;
|
||||
}
|
||||
|
||||
actualMuteUserCmd(pluginData, user, msg, args);
|
||||
actualMuteUserCmd(pluginData, user, msg, { ...args, notify: "none" });
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue