mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-25 02:25:01 +00:00
Update backend/src/plugins/ModActions/commands/MassUnbanCmd.ts
Co-authored-by: Almeida <almeidx@pm.me>
This commit is contained in:
parent
d67a5da9bd
commit
bf7a72c91f
1 changed files with 3 additions and 3 deletions
|
@ -38,9 +38,9 @@ export const MassunbanCmd = modActionsCmd({
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
const config = pluginData.config.get();
|
const config = pluginData.config.get();
|
||||||
const unbanReason = parseReason(
|
const unbanReason = formatReasonWithAttachments(
|
||||||
config,
|
parseReason(config, unbanReasonReply.content),
|
||||||
formatReasonWithAttachments(unbanReasonReply.content, [...msg.attachments.values()]),
|
[...msg.attachments.values()],
|
||||||
);
|
);
|
||||||
|
|
||||||
// Ignore automatic unban cases and logs for these users
|
// Ignore automatic unban cases and logs for these users
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue