diff --git a/bun.lockb b/bun.lockb index f4040fc..38a1e50 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index f90bb6c..20d9092 100644 --- a/package.json +++ b/package.json @@ -4,10 +4,11 @@ "type": "module", "scripts": { "start": "bun .", - "start-bot": "bun src/mpp/index.ts" + "start-bot": "bun src/mpp/index.ts", + "start-discord": "bun src/discord/index.ts" }, "devDependencies": { - "@types/bun": "^1.1.3" + "@types/bun": "^1.1.4" }, "peerDependencies": { "typescript": "^5.3.3"