diff --git a/deno/rest/common.ts b/deno/rest/common.ts index 68bf4728..3166ad0a 100644 --- a/deno/rest/common.ts +++ b/deno/rest/common.ts @@ -240,6 +240,8 @@ export enum RESTJSONErrorCodes { YouCannotSendVoiceMessagesInThisChannel = 50_173, + TheUserAccountMustFirstBeVerified = 50_178, + YouDoNotHavePermissionToSendThisSticker = 50_600, TwoFactorAuthenticationIsRequired = 60_003, diff --git a/rest/common.ts b/rest/common.ts index 68bf4728..3166ad0a 100644 --- a/rest/common.ts +++ b/rest/common.ts @@ -240,6 +240,8 @@ export enum RESTJSONErrorCodes { YouCannotSendVoiceMessagesInThisChannel = 50_173, + TheUserAccountMustFirstBeVerified = 50_178, + YouDoNotHavePermissionToSendThisSticker = 50_600, TwoFactorAuthenticationIsRequired = 60_003,