- node.js
- npm
- node modules (explained in installation)
IMGBot is an discord bot mainly for searching images.
Shows list of commands avaible.
Shows mentioned user avatar.
Shows image result for searched photo.
- Open CMD with Git installed
- Type
git clone github.com/m1auch4t/IMGBot
- Change your CMD directory (example:
cd c:\users\m1auch4t\bot\IMGBot
) - Install required node modules (
discord.js, request, cheerio
) usingnpm install [module]
- Create config.json file with:
{
"prefix": "+",
"token": "Your token here!"
}
- Start the bot using
node .
ornode index.js
The project is abandoned, do whatever ya want