mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-01 16:30:08 +00:00
add(types): InvalidGuild & TheWriteActionYouArePerformingOnTheServerHasHitTheWriteRateLimit to JsonErrorCodes (#1853)
Add 20029 & 50055 to JsonErrorCodes enum
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user