mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 01:23:31 +01:00
feat: add api error code 50101 (#6663)
This commit is contained in:
1
typings/index.d.ts
vendored
1
typings/index.d.ts
vendored
@@ -2999,6 +2999,7 @@ export interface APIErrors {
|
||||
PARAMETER_EARLIER_THAN_CREATION: 50085;
|
||||
GUILD_NOT_AVAILABLE_IN_LOCATION: 50095;
|
||||
GUILD_MONETIZATION_REQUIRED: 50097;
|
||||
INSUFFICIENT_BOOSTS: 50101;
|
||||
TWO_FACTOR_REQUIRED: 60003;
|
||||
NO_USERS_WITH_DISCORDTAG_EXIST: 80004;
|
||||
REACTION_BLOCKED: 90001;
|
||||
|
||||
Reference in New Issue
Block a user