forked from pothtonswer/discordmuffin
feat(auditlog): add integration_type to options (#1440)
This commit is contained in:
parent
b51655404a
commit
8ca6533433
1 changed files with 1 additions and 0 deletions
|
@ -1752,6 +1752,7 @@ type AuditLogOptions struct {
|
|||
ApplicationID string `json:"application_id"`
|
||||
AutoModerationRuleName string `json:"auto_moderation_rule_name"`
|
||||
AutoModerationRuleTriggerType string `json:"auto_moderation_rule_trigger_type"`
|
||||
IntegrationType string `json:"integration_type"`
|
||||
}
|
||||
|
||||
// AuditLogOptionsType of the AuditLogOption
|
||||
|
|
Loading…
Reference in a new issue