@@ -5,5 +5,9 @@
"discord.js": "^11.5.1",
"mysql": "^2.17.1",
"npm": "^6.13.4"
+ },
+ "scripts": {
+ "instal": "npm install"
+ "build": "node index.js"
}