mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
feat: Add API error code 50109 (#7112)
This commit is contained in:
1
typings/index.d.ts
vendored
1
typings/index.d.ts
vendored
@@ -3417,6 +3417,7 @@ export interface APIErrors {
|
||||
GUILD_NOT_AVAILABLE_IN_LOCATION: 50095;
|
||||
GUILD_MONETIZATION_REQUIRED: 50097;
|
||||
INSUFFICIENT_BOOSTS: 50101;
|
||||
INVALID_JSON: 50109;
|
||||
TWO_FACTOR_REQUIRED: 60003;
|
||||
NO_USERS_WITH_DISCORDTAG_EXIST: 80004;
|
||||
REACTION_BLOCKED: 90001;
|
||||
|
||||
Reference in New Issue
Block a user