mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 05:41:51 +00:00
Hotfix 3
This commit is contained in:
parent
78c2fdf4f0
commit
1df2e18fef
1 changed files with 3 additions and 0 deletions
|
@ -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 });
|
||||
|
|
Loading…
Add table
Reference in a new issue