mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 10:03:31 +01:00
feat: Add API error code 50055 (#7068)
This commit is contained in:
1
typings/index.d.ts
vendored
1
typings/index.d.ts
vendored
@@ -3278,6 +3278,7 @@ export interface APIErrors {
|
||||
FILE_UPLOADED_EXCEEDS_MAXIMUM_SIZE: 50045;
|
||||
INVALID_FILE_UPLOADED: 50046;
|
||||
CANNOT_SELF_REDEEM_GIFT: 50054;
|
||||
INVALID_GUILD: 50055;
|
||||
PAYMENT_SOURCE_REQUIRED: 50070;
|
||||
CANNOT_DELETE_COMMUNITY_REQUIRED_CHANNEL: 50074;
|
||||
INVALID_STICKER_SENT: 50081;
|
||||
|
||||
Reference in New Issue
Block a user