mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-25 18:25:03 +00:00
Update backend/src/plugins/ModActions/functions/actualKickMemberCmd.ts
Co-authored-by: Almeida <almeidx@pm.me>
This commit is contained in:
parent
a8eb8819a8
commit
4e6deff1db
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ export async function actualKickMemberCmd(
|
|||
}
|
||||
|
||||
const config = pluginData.config.get();
|
||||
const reason = parseReason(config, formatReasonWithAttachments(args.reason, [...msg.attachments.values()]));
|
||||
const reason = formatReasonWithAttachments(parseReason(config, args.reason), [...msg.attachments.values()]);
|
||||
|
||||
const kickResult = await kickMember(pluginData, memberToKick, reason, {
|
||||
contactMethods,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue