This website works better with JavaScript
Home
Explore
Help
Sign In
Operations
/
community-repo
Watch
3
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
a95dd3a0ba
Branches
Tags
banner
bot-giza
bot-lib
bounty4
council-reports
council-tokenomics-report-script
daily-council-bot-jsstats
discord
events
fix-report-script-bugs
master
owgspending
proposalposts
report-generator-refactor
tg-discord-notifications
validator-logging-tool
validator-report-react-ui
community-repo
/
storagesize-bot
/
readme.md
readme.md
417 B
History
Raw
Storage size notification bot for discord
Running the bot locally
Take a copy of .env.example and add token of the bot and rename to .env
npm install
nodemon
Deploying it
Take a copy of .env.example and add token of the bot and rename to .env
npm install
Use pm2 or any process managers to deploy
npm install pm2@latest -g
or
yarn global add pm2
pm2 start ./index.js