mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-19 08:05:01 +00:00
Have forcemute not DM the user -> Consistency with Forceban
This commit is contained in:
parent
6800fa832c
commit
ccd8b0d07b
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
Add a link
Reference in a new issue