This commit is contained in:
Skillz4Killz
2021-12-17 18:26:32 +00:00
committed by GitHub

View File

@@ -49,6 +49,7 @@ export enum JsonErrorCodes {
OnlyTheOwnerOfThisAccountCanPerformThisAction = 20018,
ThisMessageCannotBeEditedDueToAnnouncementRateLimits = 20022,
TheChannelYouAreWritingHasHitTheWriteRateLimit = 20028,
TheWriteActionYouArePerformingOnTheServerHasHitTheWriteRateLimit,
YourStageTopicOrServerNameOrServerDescriptionOrChannelNamesContainsWordsThatAreNotAllowedForPublicStages = 20031,
GuildPremiumSubscriptionLevelTooLow = 20035,
MaximumNumberOfGuildsReached = 30001,
@@ -111,6 +112,7 @@ export enum JsonErrorCodes {
AnInviteWasAcceptedToAGuildTheApplicationsBotIsNotIn,
InvalidApiVersionProvided = 50041,
CannotSelfRedeemThisGift = 50054,
InvalidGuild,
PaymentSourceRequiredToRedeemGift = 50070,
CannotDeleteAChannelRequiredForCommunityGuilds = 50074,
InvalidStickerSent = 50081,
@@ -120,6 +122,7 @@ export enum JsonErrorCodes {
ThisServerIsNotAvailableInYourLocation = 50095,
ThisServerNeedsMonetizationEnabledInOrderToPerformThisAction = 50097,
ThisServerNeedsMoreBoostsToPerformThisAction = 50101,
TheRequestBodyContainsInvalidJSON = 50109,
TwoFactorIsRequiredForThisOperation = 60003,
NoUsersWithDiscordTagExist = 80004,
ReactionWasBlocked = 90001,