Requires Node 10+
git clone https://github.com/alexsnkr/discord-akairo-boilerplate
cd discord-akairo-boilerplate
npm install
Rename .env.example
to .env
Setup your bot in the Discord Developer Portal and set the token in .env
node .
or nodemon