3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-18 15:00:00 +00:00
This commit is contained in:
Dragory 2021-08-18 22:15:56 +03:00
parent 78c2fdf4f0
commit 1df2e18fef
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1

View file

@ -519,6 +519,9 @@ 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 });