To get your bot to work, the following depencies will be required :
- node v8
- npm
To configure and run you bot, you will need to:
- Create app & bot discord: https://discordapp.com/developers/applications/me
- Invite him to discord
- Replace
BOT TOKENwith your bot token inttoken.js.dist
var token = 'BOT TOKEN'
module.exports = token;- Replace
API KEYwith your YouTube API key inyoutubeApiKey.js.dist
var youtubeApiKey = 'API KEY'
module.exports = youtubeApiKey;- Install dependencies:
npm i - And finally, run your bot with:
node stupid-econobot.js
In the commands bellow, _ is your prefix and <foo> are command arguments.
To view all commands: _help.
If you want more informations about a command just type: _help <command> for more info .