Docs(DiscordAPIError) Captcha

This commit is contained in:
Cinnamon 2022-06-30 12:23:58 +07:00
parent 2b72918b17
commit 6f6ba368b0
2 changed files with 4 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -37,9 +37,11 @@ class DiscordAPIError extends Error {
/**
* @typedef {Object} Captcha
* @property {Array<string>} captcha_key ['captcha-required']
* @property {Array<string>} captcha_key ['message']
* @property {string} captcha_sitekey Captcha code ???
* @property {string} captcha_service hcaptcha
* @property {string} [captcha_rqdata]
* @property {string} [captcha_rqtoken]
*/
/**