feat(RESTJSONErrorCodes): add error 50163 (#725)

This commit is contained in:
MateoDeveloper
2023-04-06 13:52:42 -05:00
committed by GitHub
parent 8e2a5d2451
commit 9074621085
2 changed files with 4 additions and 0 deletions

View File

@@ -232,6 +232,8 @@ export enum RESTJSONErrorCodes {
CannotConvertBetweenPremiumEmojiAndNormalEmoji,
UploadedFileNotFound,
CannotDeleteGuildSubscriptionIntegration = 50163,
YouDoNotHavePermissionToSendThisSticker = 50600,
TwoFactorAuthenticationIsRequired = 60003,

View File

@@ -232,6 +232,8 @@ export enum RESTJSONErrorCodes {
CannotConvertBetweenPremiumEmojiAndNormalEmoji,
UploadedFileNotFound,
CannotDeleteGuildSubscriptionIntegration = 50163,
YouDoNotHavePermissionToSendThisSticker = 50600,
TwoFactorAuthenticationIsRequired = 60003,