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 .env
to store your tokens and keys. - Modify the
.env
file to store yourDISCORD_TOKEN
andCOMMAND_PREFIX
(default!
)
Simply run node bot.js
or nodemon bot.js
if using nodemon
This project was bootstrapped using the Discord Bot Boilerplate.