fix(types): Add GuildScheduledEvent to DiscordAuditLogChange (#4249)

This commit is contained in:
Fleny
2025-07-13 23:58:16 +05:30
committed by GitHub
parent 2e0cf1f2ee
commit aa5982ae26
+1
View File
@@ -208,6 +208,7 @@ export type DiscordAuditLogChange =
| DiscordAuditLogChangeObject<DiscordIntegration>
| DiscordAuditLogChangeObject<DiscordStageInstance>
| DiscordAuditLogChangeObject<DiscordSticker>
| DiscordAuditLogChangeObject<DiscordScheduledEvent>
| DiscordAuditLogChangeObject<DiscordThreadMetadata>
| DiscordAuditLogChangeApplicationCommandPermissions
| DiscordAuditLogChangeObject<DiscordSoundboardSound>