Skip to content

Commit

Permalink
Add IntegrationType to OptionalAuditLogEntryInfo (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
cane authored Aug 24, 2023
1 parent ed27e15 commit 0feca76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions discord/audit_log.go
Original file line number Diff line number Diff line change
Expand Up @@ -254,4 +254,5 @@ type OptionalAuditLogEntryInfo struct {
ApplicationID *snowflake.ID `json:"application_id"`
AutoModerationRuleName *string `json:"auto_moderation_rule_name"`
AutoModerationRuleTriggerType *AutoModerationTriggerType `json:"auto_moderation_rule_trigger_type,string"`
IntegrationType *IntegrationType `json:"integration_type"`
}

0 comments on commit 0feca76

Please sign in to comment.