mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 05:41:51 +00:00
Fix kick logs with !kick
This commit is contained in:
parent
022fcc537e
commit
9f7970efba
1 changed files with 1 additions and 1 deletions
|
@ -546,7 +546,7 @@ export class ModActionsPlugin extends ZeppelinPlugin {
|
|||
// Log the action
|
||||
this.serverLogs.log(LogType.MEMBER_KICK, {
|
||||
mod: stripObjectToScalars(msg.member.user),
|
||||
member: stripObjectToScalars(args.member, ["user"])
|
||||
user: stripObjectToScalars(args.member.user)
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue