diff --git a/deno/rest/common.ts b/deno/rest/common.ts index 025d7861..a3e804cb 100644 --- a/deno/rest/common.ts +++ b/deno/rest/common.ts @@ -179,7 +179,8 @@ export enum RESTJSONErrorCodes { CannotDeleteChannelRequiredForCommunityGuilds = 50074, - InvalidStickerSent = 50081, + CannotEditStickersWithinMessage = 50080, + InvalidStickerSent, InvalidActionOnArchivedThread = 50083, InvalidThreadNotificationSettings, diff --git a/rest/common.ts b/rest/common.ts index 025d7861..a3e804cb 100644 --- a/rest/common.ts +++ b/rest/common.ts @@ -179,7 +179,8 @@ export enum RESTJSONErrorCodes { CannotDeleteChannelRequiredForCommunityGuilds = 50074, - InvalidStickerSent = 50081, + CannotEditStickersWithinMessage = 50080, + InvalidStickerSent, InvalidActionOnArchivedThread = 50083, InvalidThreadNotificationSettings,