add sync script to package json

This commit is contained in:
2023-06-16 21:28:57 +02:00
parent 32e9f3a03b
commit 4167219f05
+3 -2
View File
@@ -5,7 +5,8 @@
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"build": "npx tsc", "build": "npx tsc",
"start": "node out/index.js" "start": "node out/index.js",
"sync": "node out/syncCommands.js"
}, },
"author": "", "author": "",
"license": "ISC", "license": "ISC",
@@ -22,4 +23,4 @@
"discord.js": "^14.11.0", "discord.js": "^14.11.0",
"sqlite3": "^5.1.6" "sqlite3": "^5.1.6"
} }
} }