mirror of
https://github.com/discordjs/discord-api-types.git
synced 2026-05-31 16:00:09 +00:00
feat(RESTJSONErrorCodes): add error 40060 (#320)
This commit is contained in:
@@ -124,6 +124,8 @@ export enum RESTJSONErrorCodes {
|
||||
|
||||
ApplicationCommandWithThatNameAlreadyExists = 40041,
|
||||
|
||||
InteractionHasAlreadyBeenAcknowledged = 40060,
|
||||
|
||||
MissingAccess = 50001,
|
||||
InvalidAccountType,
|
||||
CannotExecuteActionOnDMChannel,
|
||||
|
||||
@@ -124,6 +124,8 @@ export enum RESTJSONErrorCodes {
|
||||
|
||||
ApplicationCommandWithThatNameAlreadyExists = 40041,
|
||||
|
||||
InteractionHasAlreadyBeenAcknowledged = 40060,
|
||||
|
||||
MissingAccess = 50001,
|
||||
InvalidAccountType,
|
||||
CannotExecuteActionOnDMChannel,
|
||||
|
||||
Reference in New Issue
Block a user