diff --git a/deno/rest/common.ts b/deno/rest/common.ts index a3e804cb..02eaf9e0 100644 --- a/deno/rest/common.ts +++ b/deno/rest/common.ts @@ -195,6 +195,8 @@ export enum RESTJSONErrorCodes { RequestBodyContainsInvalidJSON = 50109, + YouDoNotHavePermissionToSendThisSticker = 50600, + TwoFactorAuthenticationIsRequired = 60003, NoUsersWithDiscordTagExist = 80004, diff --git a/rest/common.ts b/rest/common.ts index a3e804cb..02eaf9e0 100644 --- a/rest/common.ts +++ b/rest/common.ts @@ -195,6 +195,8 @@ export enum RESTJSONErrorCodes { RequestBodyContainsInvalidJSON = 50109, + YouDoNotHavePermissionToSendThisSticker = 50600, + TwoFactorAuthenticationIsRequired = 60003, NoUsersWithDiscordTagExist = 80004,