forked from pothtonswer/discordmuffin
fix: type of AuditLogActionApplicationCommandPermissionUpdate (#1177)
This commit is contained in:
parent
9e0783c37f
commit
466321bed6
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue