This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
Operations
/
community-repo
Obserwuj
3
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
a95dd3a0ba
Gałęzie
Tagi
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
Historia
Czysty
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