mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-21 16:55:03 +00:00
Hotfix 3
This commit is contained in:
parent
de4e96b5ad
commit
911e275ef9
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
Add a link
Reference in a new issue