fix: type of AuditLogActionApplicationCommandPermissionUpdate (#1177)

This commit is contained in:
Christian Gärtner 2022-05-06 22:25:57 +02:00 committed by GitHub
parent 9e0783c37f
commit 466321bed6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1575,7 +1575,7 @@ const (
AuditLogActionThreadUpdate AuditLogAction = 111 AuditLogActionThreadUpdate AuditLogAction = 111
AuditLogActionThreadDelete AuditLogAction = 112 AuditLogActionThreadDelete AuditLogAction = 112
AuditLogActionApplicationCommandPermissionUpdate = 121 AuditLogActionApplicationCommandPermissionUpdate AuditLogAction = 121
) )
// A UserGuildSettingsChannelOverride stores data for a channel override for a users guild settings. // A UserGuildSettingsChannelOverride stores data for a channel override for a users guild settings.