Update README.md

This commit is contained in:
Hri7566 2024-04-20 05:46:35 -04:00
parent 0e76ea494d
commit 34cb69d101
1 changed files with 13 additions and 0 deletions

View File

@ -3,3 +3,16 @@
This isn't a client package for MPP, rather it's a single script for MPP that connects a gorilla websocket. This isn't a client package for MPP, rather it's a single script for MPP that connects a gorilla websocket.
I clearly don't know what I'm doing. I clearly don't know what I'm doing.
## TODO
- [x] Connect websocket
- [x] Parse server messages
- [x] Send client messages
- [x] Send keepalive
- [x] Chat commands
- [ ] Key-value database
- [ ] Something unique
- [ ] Name the bot
- [ ] Make a real client package