Skip to content

extiverse/bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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