mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-25 10:25:01 +00:00
Update backend/src/plugins/ModActions/commands/MassmuteCmd.ts
Co-authored-by: Almeida <almeidx@pm.me>
This commit is contained in:
parent
bf7a72c91f
commit
ce7b8e7d6e
1 changed files with 3 additions and 3 deletions
|
@ -41,9 +41,9 @@ export const MassmuteCmd = modActionsCmd({
|
|||
}
|
||||
|
||||
const config = pluginData.config.get();
|
||||
const muteReason = parseReason(
|
||||
config,
|
||||
formatReasonWithAttachments(muteReasonReceived.content, [...msg.attachments.values()]),
|
||||
const muteReason = formatReasonWithAttachments(
|
||||
parseReason(config, muteReasonReceived.content),
|
||||
[...msg.attachments.values()],
|
||||
);
|
||||
|
||||
// Verify we can act upon all users
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue