From 466321bed66e56e397c542b4396feb473b829fa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=A4rtner?= Date: Fri, 6 May 2022 22:25:57 +0200 Subject: [PATCH] fix: type of AuditLogActionApplicationCommandPermissionUpdate (#1177) --- structs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/structs.go b/structs.go index 9c4d0a4..268933d 100644 --- a/structs.go +++ b/structs.go @@ -1575,7 +1575,7 @@ const ( AuditLogActionThreadUpdate AuditLogAction = 111 AuditLogActionThreadDelete AuditLogAction = 112 - AuditLogActionApplicationCommandPermissionUpdate = 121 + AuditLogActionApplicationCommandPermissionUpdate AuditLogAction = 121 ) // A UserGuildSettingsChannelOverride stores data for a channel override for a users guild settings.