diff --git a/deno/rest/common.ts b/deno/rest/common.ts index f18e55aa5..c115e8c01 100644 --- a/deno/rest/common.ts +++ b/deno/rest/common.ts @@ -191,7 +191,8 @@ export enum RESTJSONErrorCodes { PaymentSourceRequiredToRedeemGift = 50070, - CannotDeleteChannelRequiredForCommunityGuilds = 50074, + CannotModifyASystemWebhook = 50073, + CannotDeleteChannelRequiredForCommunityGuilds, CannotEditStickersWithinMessage = 50080, InvalidStickerSent, diff --git a/rest/common.ts b/rest/common.ts index f18e55aa5..c115e8c01 100644 --- a/rest/common.ts +++ b/rest/common.ts @@ -191,7 +191,8 @@ export enum RESTJSONErrorCodes { PaymentSourceRequiredToRedeemGift = 50070, - CannotDeleteChannelRequiredForCommunityGuilds = 50074, + CannotModifyASystemWebhook = 50073, + CannotDeleteChannelRequiredForCommunityGuilds, CannotEditStickersWithinMessage = 50080, InvalidStickerSent,