Skip to content

opaulojunqueira/discord-bot-captcha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

discord-bot-captcha

A simple captcha bot for Discord. Using JavaScript and an API that generates an image with random letters we have our base.

Buy Me A Coffee


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!