Removed test script from package.json

This commit is contained in:
A Bunch of Computer Nerds 2024-12-12 21:45:41 -03:00
parent bd08e5f844
commit 43e3d37265

View File

@ -1,7 +1,6 @@
{
"scripts": {
"start": "nodemon src/bot.js",
"test": "echo \"Error: no test specified\" && exit 1"
"start": "nodemon src/bot.js"
},
"dependencies": {
"@dotenvx/dotenvx": "^1.28.0",