Clone or fork the repo and install dependencies by running npm install if using npm or yarn install if using yarn.
- Run
cp .env.example .envto store your tokens and keys. - Modify the
.envfile to store yourDISCORD_TOKENandCOMMAND_PREFIX(default!)
Simply run node bot.js or nodemon bot.js if using nodemon
This project was bootstrapped using the Discord Bot Boilerplate.