feat: add maximum prune requests reached api error (#6427)

This commit is contained in:
Shubham Parihar
2021-08-18 02:16:17 +05:30
committed by GitHub
parent 5eb3553fd1
commit a4b8623b60
2 changed files with 3 additions and 0 deletions

1
typings/index.d.ts vendored
View File

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