From 72e9617fee6e05d2eb4b715c0261d316ff0e1f1e Mon Sep 17 00:00:00 2001 From: Almeida Date: Fri, 11 Feb 2022 00:04:05 +0000 Subject: [PATCH] feat(RESTJSONErrorCodes): add error 40060 (#320) --- deno/rest/common.ts | 2 ++ rest/common.ts | 2 ++ 2 files changed, 4 insertions(+) diff --git a/deno/rest/common.ts b/deno/rest/common.ts index c85e32e9..891055ce 100644 --- a/deno/rest/common.ts +++ b/deno/rest/common.ts @@ -124,6 +124,8 @@ export enum RESTJSONErrorCodes { ApplicationCommandWithThatNameAlreadyExists = 40041, + InteractionHasAlreadyBeenAcknowledged = 40060, + MissingAccess = 50001, InvalidAccountType, CannotExecuteActionOnDMChannel, diff --git a/rest/common.ts b/rest/common.ts index c85e32e9..891055ce 100644 --- a/rest/common.ts +++ b/rest/common.ts @@ -124,6 +124,8 @@ export enum RESTJSONErrorCodes { ApplicationCommandWithThatNameAlreadyExists = 40041, + InteractionHasAlreadyBeenAcknowledged = 40060, + MissingAccess = 50001, InvalidAccountType, CannotExecuteActionOnDMChannel,