Skip to content

Commit

Permalink
feat(RESTJSONErrorCodes): add error 40060 (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
almeidx committed Feb 11, 2022
1 parent d5d228e commit 72e9617
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deno/rest/common.ts
Expand Up @@ -124,6 +124,8 @@ export enum RESTJSONErrorCodes {

ApplicationCommandWithThatNameAlreadyExists = 40041,

InteractionHasAlreadyBeenAcknowledged = 40060,

MissingAccess = 50001,
InvalidAccountType,
CannotExecuteActionOnDMChannel,
Expand Down
2 changes: 2 additions & 0 deletions rest/common.ts
Expand Up @@ -124,6 +124,8 @@ export enum RESTJSONErrorCodes {

ApplicationCommandWithThatNameAlreadyExists = 40041,

InteractionHasAlreadyBeenAcknowledged = 40060,

MissingAccess = 50001,
InvalidAccountType,
CannotExecuteActionOnDMChannel,
Expand Down

0 comments on commit 72e9617

Please sign in to comment.