diff --git a/deno/rest/common.ts b/deno/rest/common.ts index 64337a68..3b193855 100644 --- a/deno/rest/common.ts +++ b/deno/rest/common.ts @@ -232,6 +232,8 @@ export enum RESTJSONErrorCodes { CannotConvertBetweenPremiumEmojiAndNormalEmoji, UploadedFileNotFound, + CannotDeleteGuildSubscriptionIntegration = 50163, + YouDoNotHavePermissionToSendThisSticker = 50600, TwoFactorAuthenticationIsRequired = 60003, diff --git a/rest/common.ts b/rest/common.ts index 64337a68..3b193855 100644 --- a/rest/common.ts +++ b/rest/common.ts @@ -232,6 +232,8 @@ export enum RESTJSONErrorCodes { CannotConvertBetweenPremiumEmojiAndNormalEmoji, UploadedFileNotFound, + CannotDeleteGuildSubscriptionIntegration = 50163, + YouDoNotHavePermissionToSendThisSticker = 50600, TwoFactorAuthenticationIsRequired = 60003,