This website works better with JavaScript
Kezdőlap
Felfedezés
Súgó
Bejelentkezés
Operations
/
community-repo
Figyelés
3
Kedvenc
0
Másolás
0
Fájlok
Problémák
0
Beolvasztási kérések
0
Wiki
Fa:
a95dd3a0ba
Branch-ok
Tag-ek
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 éve
..
.env.example
a95dd3a0ba
add read me
3 éve
.gitignore
854cda68c9
folder name change
3 éve
db.json
854cda68c9
folder name change
3 éve
index.js
c52f91bc2a
remove emoticon
3 éve
package-lock.json
854cda68c9
folder name change
3 éve
package.json
854cda68c9
folder name change
3 éve
readme.md
a95dd3a0ba
add read me
3 éve
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