From 4167219f05143e129d50b5b08f6955d3dc4ddc11 Mon Sep 17 00:00:00 2001 From: Legonzaur Date: Fri, 16 Jun 2023 21:28:57 +0200 Subject: [PATCH] add sync script to package json --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fad8ba0..b267948 100644 --- a/package.json +++ b/package.json @@ -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" } -} +} \ No newline at end of file