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.