From fc4a3ce97d0735081166b21bde52c3f1d1443f6e Mon Sep 17 00:00:00 2001 From: Earlopain Date: Thu, 25 May 2023 16:22:26 +0200 Subject: [PATCH] feat(auditlog): add application_id to AuditLogOptions (#1380) --- structs.go | 1 + 1 file changed, 1 insertion(+) diff --git a/structs.go b/structs.go index c067e2b..146a833 100644 --- a/structs.go +++ b/structs.go @@ -1746,6 +1746,7 @@ type AuditLogOptions struct { ID string `json:"id"` Type *AuditLogOptionsType `json:"type"` RoleName string `json:"role_name"` + ApplicationID string `json:"application_id"` AutoModerationRuleName string `json:"auto_moderation_rule_name"` AutoModerationRuleTriggerType string `json:"auto_moderation_rule_trigger_type"` }