- Install mongoDB, node.js (Recommend using nvm), yarn, ffmpeg and start the mongoDB Server
- Clone this repo
- Install dependencies with
yarn install
- Build with
yarn build:prod
- Run
node dist
the first time to generateconfig.json
- Create and grab your discord bot token here
- Fill
config.json
- Install
pm2
vianpm install -g pm2
(Optional but recommended) - Start the bot with
node dist
orpm2 reload ecosystem.config.js