3
0
Fork 0
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:
Dark 2020-07-29 01:04:17 +02:00
parent 7736e7a222
commit 94870ef85d

View file

@ -43,6 +43,6 @@ export const ForcemuteCmd = modActionsCommand({
return;
}
actualMuteUserCmd(pluginData, user, msg, args);
actualMuteUserCmd(pluginData, user, msg, { ...args, notify: "none" });
},
});