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

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