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

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