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;
}
// FIXME: Temp hotfix
return null;
let auditLogs: GuildAuditLogs | null = null;
try {
auditLogs = await guild.fetchAuditLogs({ limit: 5, type: actionType });