feat(CaptchaHandler): Must not use due to safety concerns
This commit is contained in:
@@ -39,6 +39,8 @@ const { randomUA } = require('../util/Constants');
|
||||
* @property {boolean} [readyStatus=true] Sync state with Discord Client
|
||||
* @property {boolean} [autoCookie=true] Automatically add Cookies to Request on startup
|
||||
* @property {boolean} [patchVoice=false] Automatically patch @discordjs/voice module (support for call)
|
||||
* @property {string} [captchaService=null] Captcha service to use for solving captcha
|
||||
* @property {string} [captchaKey=null] Captcha service key
|
||||
* @property {boolean} [autoRedeemNitro=false] Automaticlly redeems nitro codes <NOTE: there is no cooldown on the auto redeem>
|
||||
* @property {string} [proxy] Proxy to use for the WebSocket + REST connection (proxy-agent uri type) {@link https://www.npmjs.com/package/proxy-agent}.
|
||||
* @property {boolean} [DMSync=false] Automatically synchronize call status (DM and group) at startup (event synchronization) [Warning: May cause rate limit to gateway)
|
||||
@@ -148,6 +150,8 @@ class Options extends null {
|
||||
readyStatus: true,
|
||||
autoCookie: true,
|
||||
autoRedeemNitro: false,
|
||||
captchaService: '',
|
||||
captchaKey: null,
|
||||
DMSync: false,
|
||||
patchVoice: false,
|
||||
waitGuildTimeout: 15_000,
|
||||
|
Reference in New Issue
Block a user