mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 01:53:30 +01:00
feat: add api error code 30042 (#6635)
This commit is contained in:
1
typings/index.d.ts
vendored
1
typings/index.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user