Config

Here is what is in the Config.json after your first run of the bot. All these fields can either be edited within the in bot settings or directly in the config.json file.

{
    "webhook": "",
    "3ds_webhook": "",
    "monitor_webhook": "",
    "sound_on_success": true,
    "delay": 3000,
    "retries": 3,
    "default_profile": "Default",
    "license_key": "",
    "2captcha_key": "",
    "capsolver_key": "",
    "quicktask_csv": "quicktasks.csv",
    "quicktask_proxy": "proxies.txt",
    "logging_enabled": false
}

Some modules/modes require capsolver/2captcha keys, you can find this out on the site specific guides

Logging is a feature where if turned on, the logs of your runs are saved to a text file within the logs folder in your bot directory.

Last updated