Add an npm script npm run dev to allow running the bot in watch mode, this will allow for a streamlined development without the need to restart the server on each change.
Changes
Added nodemon dependency
Updated Readme.md file with instructions for npm run dev
Description
Add an npm script
npm run dev
to allow running the bot in watch mode, this will allow for a streamlined development without the need to restart the server on each change.Changes
nodemon
dependencynpm run dev