feat(CaptchaHandler): Must not use due to safety concerns

This commit is contained in:
March 7th
2022-11-04 18:40:19 +07:00
parent 9616ef19a7
commit b3eedc34be
9 changed files with 112 additions and 12 deletions

View File

@@ -38,7 +38,7 @@ class DiscordAPIError extends Error {
/**
* @typedef {Object} Captcha
* @property {Array<string>} captcha_key ['message']
* @property {string} captcha_sitekey Captcha code ???
* @property {string} captcha_sitekey Captcha sitekey (hcaptcha)
* @property {string} captcha_service hcaptcha
* @property {string} [captcha_rqdata]
* @property {string} [captcha_rqtoken]