feat: add api error code 50101 (#6663)

This commit is contained in:
Shubham Parihar
2021-09-27 01:03:20 +05:30
committed by GitHub
parent 94ca0f599d
commit 42fdcaa1da
2 changed files with 3 additions and 0 deletions

1
typings/index.d.ts vendored
View File

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