From d0c322373a91b55f15b42d638e0cfc6df832eaad Mon Sep 17 00:00:00 2001 From: nitroflap Date: Thu, 28 Apr 2022 22:39:56 +0300 Subject: [PATCH] feat: add AuditLogActionApplicationCommandPermissionUpdate --- structs.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/structs.go b/structs.go index a1e0232c2..9c4d0a470 100644 --- a/structs.go +++ b/structs.go @@ -1574,6 +1574,8 @@ const ( AuditLogActionThreadCreate AuditLogAction = 110 AuditLogActionThreadUpdate AuditLogAction = 111 AuditLogActionThreadDelete AuditLogAction = 112 + + AuditLogActionApplicationCommandPermissionUpdate = 121 ) // A UserGuildSettingsChannelOverride stores data for a channel override for a users guild settings.