From 4d62333f8455cf0e0d06686834a026549301b7fb Mon Sep 17 00:00:00 2001 From: lts20050703 <87189679+lts20050703@users.noreply.github.com> Date: Wed, 26 Jan 2022 10:59:40 +0700 Subject: [PATCH] Adds error 50068 --- src/types/codes/jsonErrorCodes.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/types/codes/jsonErrorCodes.ts b/src/types/codes/jsonErrorCodes.ts index 1243fe4c0..e30fb8d0a 100644 --- a/src/types/codes/jsonErrorCodes.ts +++ b/src/types/codes/jsonErrorCodes.ts @@ -118,6 +118,7 @@ export enum JsonErrorCodes { InvalidFileUploaded, CannotSelfRedeemThisGift = 50054, InvalidGuild, + InvalidMessageType = 50068, PaymentSourceRequiredToRedeemGift = 50070, CannotDeleteAChannelRequiredForCommunityGuilds = 50074, InvalidStickerSent = 50081,