mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-02 08:50:07 +00:00
add: YouAreNotAuthorizedToPerformThisActionOnThisApplication error code
This commit is contained in:
@@ -36,6 +36,7 @@ export enum DiscordJsonErrorCodes {
|
||||
BotsCannotUseThisEndpoint = 20001,
|
||||
OnlyBotsCanUseThisEndpoint,
|
||||
ExplicitContentCannotBeSentToTheDesiredRecipient = 20009,
|
||||
YouAreNotAuthorizedToPerformThisActionOnThisApplication = 20012,
|
||||
ThisMessageCannotBeEditedDueToAnnouncementRateLimits = 20022,
|
||||
TheChannelYouAreWritingHasHitTheWriteRateLimit = 20028,
|
||||
MaximumNumberOfGuildsReached = 30001,
|
||||
|
||||
Reference in New Issue
Block a user