3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-21 16:55:03 +00:00
This commit is contained in:
Dragory 2021-08-18 22:15:56 +03:00
parent de4e96b5ad
commit 911e275ef9

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