feat(RESTJSONErrorCodes): add error 50080 (#408)

This commit is contained in:
Vitor Lopes
2022-04-29 21:30:09 +01:00
committed by GitHub
parent b0a4f12391
commit 43cfbcba28
2 changed files with 4 additions and 2 deletions

View File

@@ -179,7 +179,8 @@ export enum RESTJSONErrorCodes {
CannotDeleteChannelRequiredForCommunityGuilds = 50074,
InvalidStickerSent = 50081,
CannotEditStickersWithinMessage = 50080,
InvalidStickerSent,
InvalidActionOnArchivedThread = 50083,
InvalidThreadNotificationSettings,

View File

@@ -179,7 +179,8 @@ export enum RESTJSONErrorCodes {
CannotDeleteChannelRequiredForCommunityGuilds = 50074,
InvalidStickerSent = 50081,
CannotEditStickersWithinMessage = 50080,
InvalidStickerSent,
InvalidActionOnArchivedThread = 50083,
InvalidThreadNotificationSettings,