3
0
Fork 0
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:
Dragory 2021-08-18 23:21:00 +03:00
parent 9d5924901f
commit aa99c9309c

View file

@ -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 });