feat: add api error code 30042 (#6635)

This commit is contained in:
Shubham Parihar
2021-09-15 03:54:16 +05:30
committed by GitHub
parent 256fb905fe
commit 183dbd7e53
2 changed files with 3 additions and 0 deletions

1
typings/index.d.ts vendored
View File

@@ -2929,6 +2929,7 @@ export interface APIErrors {
MAXIMUM_BAN_FETCHES: 30037;
MAXIMUM_NUMBER_OF_STICKERS_REACHED: 30039;
MAXIMUM_PRUNE_REQUESTS: 30040;
MAXIMUM_GUILD_WIDGET_SETTINGS_UPDATE: 30042;
UNAUTHORIZED: 40001;
ACCOUNT_VERIFICATION_REQUIRED: 40002;
DIRECT_MESSAGES_TOO_FAST: 40003;