From 34cb69d10103d70757499c22ddda2892f95632a5 Mon Sep 17 00:00:00 2001 From: Hri7566 Date: Sat, 20 Apr 2024 05:46:35 -0400 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 221bf3d..4980409 100644 --- a/README.md +++ b/README.md @@ -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. 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 +