mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-25 02: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 config = pluginData.config.get();
|
||||||
const muteReason = parseReason(
|
const muteReason = formatReasonWithAttachments(
|
||||||
config,
|
parseReason(config, muteReasonReceived.content),
|
||||||
formatReasonWithAttachments(muteReasonReceived.content, [...msg.attachments.values()]),
|
[...msg.attachments.values()],
|
||||||
);
|
);
|
||||||
|
|
||||||
// Verify we can act upon all users
|
// Verify we can act upon all users
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue