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
|
// Log the action
|
||||||
this.serverLogs.log(LogType.MEMBER_KICK, {
|
this.serverLogs.log(LogType.MEMBER_KICK, {
|
||||||
mod: stripObjectToScalars(msg.member.user),
|
mod: stripObjectToScalars(msg.member.user),
|
||||||
member: stripObjectToScalars(args.member, ["user"])
|
user: stripObjectToScalars(args.member.user)
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue