feat(RESTJSONErrorCodes): add error 50073 (#594)

This commit is contained in:
Almeida
2022-10-15 09:25:57 +01:00
committed by GitHub
parent 9978b77ef2
commit 70826ed76e
2 changed files with 4 additions and 2 deletions

View File

@@ -191,7 +191,8 @@ export enum RESTJSONErrorCodes {
PaymentSourceRequiredToRedeemGift = 50070,
CannotDeleteChannelRequiredForCommunityGuilds = 50074,
CannotModifyASystemWebhook = 50073,
CannotDeleteChannelRequiredForCommunityGuilds,
CannotEditStickersWithinMessage = 50080,
InvalidStickerSent,

View File

@@ -191,7 +191,8 @@ export enum RESTJSONErrorCodes {
PaymentSourceRequiredToRedeemGift = 50070,
CannotDeleteChannelRequiredForCommunityGuilds = 50074,
CannotModifyASystemWebhook = 50073,
CannotDeleteChannelRequiredForCommunityGuilds,
CannotEditStickersWithinMessage = 50080,
InvalidStickerSent,