A simple captcha bot for Discord. Using JavaScript and an API that generates an image with random letters we have our base.
Install the required dependency presented in the package.json file
npm install
After that change the necessary information in the config.json file.
{
"token": "BOT_TOKEN",
"prefix": "BOT_PREFIX",
"bot_id": "BOT_ID"
}
After the changes use the command in the console to start.
node index.js
Ready now the project is running!