Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
Froxcey committed Jan 30, 2024
1 parent dff5bc4 commit f0c6e81
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "multichat",
"name": "@chiissu/multichat",
"version": "0.4",
"module": "src/index.ts",
"type": "module",
Expand All @@ -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"
Expand All @@ -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"
}
}

0 comments on commit f0c6e81

Please sign in to comment.