This website works better with JavaScript
홈
탐색
도움말
로그인
Operations
/
community-repo
Watch
3
Star
0
포크
0
파일
이슈
0
풀 리퀘스트
0
위키
트리:
a95dd3a0ba
브랜치
태그
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
nexusfallout
a95dd3a0ba
add read me
3 년 전
..
.env.example
a95dd3a0ba
add read me
3 년 전
.gitignore
854cda68c9
folder name change
3 년 전
db.json
854cda68c9
folder name change
3 년 전
index.js
c52f91bc2a
remove emoticon
3 년 전
package-lock.json
854cda68c9
folder name change
3 년 전
package.json
854cda68c9
folder name change
3 년 전
readme.md
a95dd3a0ba
add read me
3 년 전
readme.md
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