Use npm run dev
Created by: mount2010
Initially I set the NPM script for running the bot in Dev mode to npm test
. This was made out of ignorance. I now realize that npm test
is meant for Test-Driven Development and not a general command. This PR sets the script for running the bot to npm run dev
. While it is more to type, it is also more correct.