mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-02 00:40:07 +00:00
feat(types): add 30037 code to JSON error codes enum
Reference: https://github.com/discord/discord-api-docs/pull/2869
This commit is contained in:
@@ -44,6 +44,7 @@ export enum DiscordJsonErrorCodes {
|
||||
MaximumNumberOfGuildDiscoverySubcategoriesHasBeenReached = 30030,
|
||||
GuildAlreadyHasTemplate = 30031,
|
||||
MaximumNumberOfBansForNonGuildMembersHaveBeenExceeded = 30035,
|
||||
MaximumNumberOfBansFetchesHasBeenReached = 30037,
|
||||
UnauthorizedProvideAValidTokenAndTryAgain = 40001,
|
||||
YouNeedToVerifyYourAccountInOrderToPerformThisAction,
|
||||
RequestEntityTooLargeTrySendingSomethingSmallerInSize = 40005,
|
||||
|
||||
Reference in New Issue
Block a user