diff --git a/package.json b/package.json index 1198449..5efd212 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "description": "New iteration of GalacticBot", "main": "index.js", "scripts": { - "start": "node --trace-warnings index.js" + "start": "node --trace-warnings index.js", + "debug": "node --trace-warnings --inspect index.js" }, "repository": { "type": "git",