diff --git a/README.md b/README.md index 962a21a..ff849dc 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Brought to you by ChiissuOrg and the [Nebula Team](https://discord.gg/7RdABJhQss > merged. Therefore, I decided to repurpose it into a standalone library. > \- Frox -Note that this codebase is still very immature. A lot of features are still missing. +Note that this codebase is still very immature, expect breaking changes. ## Get started @@ -39,6 +39,6 @@ bun run start ## License -Copyright Froxcey 2023, all rights reserved. +Copyright Chiissu 2023~2024, all rights reserved. -Unauthorised use of this software may result in legal actions. +Unauthorized use of this software can and will result in legal actions. diff --git a/package.json b/package.json index d7abbf1..a5bb4ab 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "multichat", + "name": "@chiissu/multichat", "version": "0.4", "module": "src/index.ts", "type": "module", @@ -14,8 +14,7 @@ "discord.js": "^14.13.0", "dotenv": "^16.3.1", "guilded.js": "^0.23.5", - "prettier": "^3.0.3", - "socket.io-client": "^4.7.2" + "prettier": "^3.0.3" }, "peerDependencies": { "typescript": "^5.0.0" @@ -25,6 +24,7 @@ "socket.io": "^4.7.2", "strict-event-emitter": "^0.5.0", "ts-results": "^3.3.0", - "valibot": "^0.13.1" + "valibot": "^0.13.1", + "socket.io-client": "^4.7.2" } }