mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-21 16:55:03 +00:00
Re-enable audit log checks
This commit is contained in:
parent
9d5924901f
commit
aa99c9309c
1 changed files with 0 additions and 3 deletions
|
@ -520,9 +520,6 @@ export async function findRelevantAuditLogEntry(
|
|||
return null;
|
||||
}
|
||||
|
||||
// FIXME: Temp hotfix
|
||||
return null;
|
||||
|
||||
let auditLogs: GuildAuditLogs | null = null;
|
||||
try {
|
||||
auditLogs = await guild.fetchAuditLogs({ limit: 5, type: actionType });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue