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,