docs: add new HTTP Error Codes 50068 (v13) (#8273)

This commit is contained in:
Cinnamon
2022-07-18 00:10:43 +07:00
committed by GitHub
parent 4d86cf4ce0
commit 00a705707e
2 changed files with 3 additions and 0 deletions

1
typings/index.d.ts vendored
View File

@@ -3740,6 +3740,7 @@ export interface APIErrors {
INVALID_FILE_UPLOADED: 50046;
CANNOT_SELF_REDEEM_GIFT: 50054;
INVALID_GUILD: 50055;
INVALID_MESSAGE_TYPE: 50068;
PAYMENT_SOURCE_REQUIRED: 50070;
CANNOT_DELETE_COMMUNITY_REQUIRED_CHANNEL: 50074;
INVALID_STICKER_SENT: 50081;