Skip to content

Commit

Permalink
feat(RESTJSONErrorCodes): add error 10065 (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
almeidx committed Mar 9, 2022
1 parent ab25984 commit e8127b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion deno/rest/common.ts
Expand Up @@ -47,7 +47,8 @@ export enum RESTJSONErrorCodes {
UnknownInteraction = 10062,
UnknownApplicationCommand,

UnknownApplicationCommandPermissions = 10066,
UnknownVoiceState = 10065,
UnknownApplicationCommandPermissions,
UnknownStageInstance,
UnknownGuildMemberVerificationForm,
UnknownGuildWelcomeScreen,
Expand Down
3 changes: 2 additions & 1 deletion rest/common.ts
Expand Up @@ -47,7 +47,8 @@ export enum RESTJSONErrorCodes {
UnknownInteraction = 10062,
UnknownApplicationCommand,

UnknownApplicationCommandPermissions = 10066,
UnknownVoiceState = 10065,
UnknownApplicationCommandPermissions,
UnknownStageInstance,
UnknownGuildMemberVerificationForm,
UnknownGuildWelcomeScreen,
Expand Down

0 comments on commit e8127b8

Please sign in to comment.