mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 16:57:22 +00:00
Add 50109 error code to JsonErrorCodes enum
This commit is contained in:
@@ -120,6 +120,7 @@ export enum JsonErrorCodes {
|
||||
ThisServerIsNotAvailableInYourLocation = 50095,
|
||||
ThisServerNeedsMonetizationEnabledInOrderToPerformThisAction = 50097,
|
||||
ThisServerNeedsMoreBoostsToPerformThisAction = 50101,
|
||||
TheRequestBodyContainsInvalidJSON = 50109,
|
||||
TwoFactorIsRequiredForThisOperation = 60003,
|
||||
NoUsersWithDiscordTagExist = 80004,
|
||||
ReactionWasBlocked = 90001,
|
||||
|
||||
Reference in New Issue
Block a user