add: YouAreNotAuthorizedToPerformThisActionOnThisApplication error code

This commit is contained in:
ITOH
2021-05-12 09:10:12 +02:00
parent 67a72b96f6
commit 684ee1daa5

View File

@@ -36,6 +36,7 @@ export enum DiscordJsonErrorCodes {
BotsCannotUseThisEndpoint = 20001,
OnlyBotsCanUseThisEndpoint,
ExplicitContentCannotBeSentToTheDesiredRecipient = 20009,
YouAreNotAuthorizedToPerformThisActionOnThisApplication = 20012,
ThisMessageCannotBeEditedDueToAnnouncementRateLimits = 20022,
TheChannelYouAreWritingHasHitTheWriteRateLimit = 20028,
MaximumNumberOfGuildsReached = 30001,