made by Alex Kurtz
adding the bot itself to your server: https://discordapp.com/oauth2/authorize?&client_id=278007006529323008&scope=bot&permissions=0
discord.js
MIT license, for details see license file
- put the discord.js module in the same folder as the votebot.js file
- create bot on the discord app developer page
- copy client token and paste into discord.js code in the last line where there is a blank string
- to add to server, go to https://discordapp.com/oauth2/authorize?&client_id=(insert_client_id_here)&scope=bot&permissions=0, replacing (insert_client_id_here) with client id of the bot
- run votebot.js file using node
- type in ==help on a guild the bot is added to