nexusfallout a95dd3a0ba add read me vor 3 Jahren
..
.env.example a95dd3a0ba add read me vor 3 Jahren
.gitignore 854cda68c9 folder name change vor 3 Jahren
db.json 854cda68c9 folder name change vor 3 Jahren
index.js c52f91bc2a remove emoticon vor 3 Jahren
package-lock.json 854cda68c9 folder name change vor 3 Jahren
package.json 854cda68c9 folder name change vor 3 Jahren
readme.md a95dd3a0ba add read me vor 3 Jahren

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