feat(RESTJSONErrorCodes): add error 40060 (#320)

This commit is contained in:
Almeida
2022-02-11 00:04:05 +00:00
committed by GitHub
parent d5d228e6c2
commit 72e9617fee
2 changed files with 4 additions and 0 deletions

View File

@@ -124,6 +124,8 @@ export enum RESTJSONErrorCodes {
ApplicationCommandWithThatNameAlreadyExists = 40041,
InteractionHasAlreadyBeenAcknowledged = 40060,
MissingAccess = 50001,
InvalidAccountType,
CannotExecuteActionOnDMChannel,

View File

@@ -124,6 +124,8 @@ export enum RESTJSONErrorCodes {
ApplicationCommandWithThatNameAlreadyExists = 40041,
InteractionHasAlreadyBeenAcknowledged = 40060,
MissingAccess = 50001,
InvalidAccountType,
CannotExecuteActionOnDMChannel,