Fix missing pings/mentions in logs
This commit is contained in:
parent
2aacf6fe65
commit
b8e0f26bf0
6 changed files with 18 additions and 18 deletions
|
@ -802,7 +802,7 @@ export class UtilityPlugin extends ZeppelinPlugin<IUtilityPluginConfig> {
|
|||
|
||||
this.logs.log(LogType.VOICE_CHANNEL_FORCE_MOVE, {
|
||||
mod: stripObjectToScalars(msg.author),
|
||||
member: stripObjectToScalars(args.member, ["user"]),
|
||||
member: stripObjectToScalars(args.member, ["user", "roles"]),
|
||||
oldChannel: stripObjectToScalars(oldVoiceChannel),
|
||||
newChannel: stripObjectToScalars(channel),
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue