mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 05:41:51 +00:00
Fix error when logging bans
This commit is contained in:
parent
4a6f28b17b
commit
b82196058a
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ export const LogsGuildBanAddEvt = logsEvent({
|
|||
const user = meta.args.user;
|
||||
|
||||
const relevantAuditLogEntry = await findRelevantAuditLogEntry(
|
||||
pluginData.guildConfig,
|
||||
pluginData.guild,
|
||||
ErisConstants.AuditLogActions.MEMBER_BAN_ADD,
|
||||
user.id,
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue