add sync script to package json
This commit is contained in:
+3
-2
@@ -5,7 +5,8 @@
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": "npx tsc",
|
||||
"start": "node out/index.js"
|
||||
"start": "node out/index.js",
|
||||
"sync": "node out/syncCommands.js"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
@@ -22,4 +23,4 @@
|
||||
"discord.js": "^14.11.0",
|
||||
"sqlite3": "^5.1.6"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user