Update json_error_codes.ts

This commit is contained in:
ITOH
2021-04-18 18:44:01 +02:00
parent 6ebaadedb7
commit 135ba5ef3c

View File

@@ -25,6 +25,7 @@ export enum DiscordJsonErrorCodes {
UnknownBranch,
UnknownRedistributable = 10036,
UnknownGuildTemplate = 10057,
UnknownDiscoveryCategory = 10059,
UnknownInteraction = 10062,
UnknownApplicationCommand = 10063,
BotsCannotUseThisEndpoint = 20001,
@@ -40,6 +41,7 @@ export enum DiscordJsonErrorCodes {
MaximumNumberOfGuildChannelsReached = 30013,
MaximumNumberOfAttachmentsInAMessageReached = 30015,
MaximumNumberOfInvitesReached,
MaximumNumberOfGuildDiscoverySubcategoriesHasBeenReached = 30030,
GuildAlreadyHasTemplate = 30031,
UnauthorizedProvideAValidTokenAndTryAgain = 40001,
YouNeedToVerifyYourAccountInOrderToPerformThisAction,