diff --git a/structs.go b/structs.go index 26dc4f463..9a3b723a5 100644 --- a/structs.go +++ b/structs.go @@ -1753,6 +1753,7 @@ type AuditLogOptions struct { AutoModerationRuleName string `json:"auto_moderation_rule_name"` AutoModerationRuleTriggerType string `json:"auto_moderation_rule_trigger_type"` IntegrationType string `json:"integration_type"` + Status string `json:"status"` } // AuditLogOptionsType of the AuditLogOption