mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-16 14:11:50 +00:00
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;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
// FIXME: Temp hotfix
|
|
||||||
return null;
|
|
||||||
|
|
||||||
let auditLogs: GuildAuditLogs | null = null;
|
let auditLogs: GuildAuditLogs | null = null;
|
||||||
try {
|
try {
|
||||||
auditLogs = await guild.fetchAuditLogs({ limit: 5, type: actionType });
|
auditLogs = await guild.fetchAuditLogs({ limit: 5, type: actionType });
|
||||||
|
|
Loading…
Add table
Reference in a new issue