Discord bot based on discord.js library
There are plenty of tutorials on youtube for setting up bots.
First of all, go Create/Find your bot's token and clientid from (https://discordapp.com/developers/applications/)
Install Node.js and Npm from their website: (https://www.npmjs.com/get-npm)
botconfig.json
"token": "PUT_BOT_TOKEN_HERE",
"clientid": "PUT_BOT_CLIENTID_HERE",
After this you should be ready to go.
To run the bot, simply open up a command prompt or powershell window in the same folder.
Run the code below:
node index