Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 479 Bytes

readme.md

File metadata and controls

25 lines (18 loc) · 479 Bytes

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