feat(RESTJSONErrorCodes): add error 50600 (#444)

This commit is contained in:
Almeida
2022-05-25 18:08:30 +01:00
committed by GitHub
parent 6d85ad6b1d
commit 5ef49f41ce
2 changed files with 4 additions and 0 deletions

View File

@@ -195,6 +195,8 @@ export enum RESTJSONErrorCodes {
RequestBodyContainsInvalidJSON = 50109,
YouDoNotHavePermissionToSendThisSticker = 50600,
TwoFactorAuthenticationIsRequired = 60003,
NoUsersWithDiscordTagExist = 80004,

View File

@@ -195,6 +195,8 @@ export enum RESTJSONErrorCodes {
RequestBodyContainsInvalidJSON = 50109,
YouDoNotHavePermissionToSendThisSticker = 50600,
TwoFactorAuthenticationIsRequired = 60003,
NoUsersWithDiscordTagExist = 80004,