Re-enable audit log checks
This commit is contained in:
parent
ef118437f5
commit
30f184897f
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
Reference in a new issue