feat: Add API error code 50109 (#7112)

This commit is contained in:
Jiralite
2021-12-16 09:04:03 +00:00
committed by GitHub
parent 8efc5c7b8d
commit 55960cc778
2 changed files with 3 additions and 0 deletions

1
typings/index.d.ts vendored
View File

@@ -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;