extiverse / bot

The @flagrow bot.
7 stars 0 forks source link
bot discodian discord flagrow flarum

installation

Copy .env.example to .env and edit the required fields:

# install dependencies
$ npm ci
# start bot
$ npm run start

pm2 deployment

git pull origin master

npm install
rm -rf package-lock.json

pm2 restart src/index.js --update-env