diff --git a/events.go b/events.go index 8438ff8..2da0e3e 100644 --- a/events.go +++ b/events.go @@ -405,4 +405,5 @@ type AutoModerationActionExecution struct { // GuildAuditLogEntryCreate is the data for a GuildAuditLogEntryCreate event. type GuildAuditLogEntryCreate struct { *AuditLogEntry + GuildID string `json:"guild_id"` }