diff --git a/bun.lockb b/bun.lockb index 87af0cf..bb2cffc 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index ef5bd64..8891890 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "author": "Hri7566", "license": "ISC", "dependencies": { - "@prisma/client": "5.7.0", + "@prisma/client": "5.17.0", "@t3-oss/env-core": "^0.6.1", "bun-types": "^1.1.21", "commander": "^11.1.0", @@ -29,7 +29,7 @@ "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", "eslint": "^8.57.0", - "prisma": "5.7.0", + "prisma": "5.17.0", "typescript": "^5.5.4" } } \ No newline at end of file diff --git a/public b/public new file mode 160000 index 0000000..ccc02f6 --- /dev/null +++ b/public @@ -0,0 +1 @@ +Subproject commit ccc02f653a3eebeb2d64f894b978cc78a5c62c42 diff --git a/src/ws/Socket.ts b/src/ws/Socket.ts index b343a4b..9e92d84 100644 --- a/src/ws/Socket.ts +++ b/src/ws/Socket.ts @@ -130,6 +130,8 @@ export class Socket extends EventEmitter { } })(); + + this.emit("ready"); } /**