From 0e9f6bdde887e5951e7e8e77e0fbe844a2416c2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?ibrahim=20y=C3=B6ndemli?= Date: Tue, 18 Jun 2024 02:16:39 +0300 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 875ac19..2584ae7 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,8 @@ Ensure that your `config.json` is correctly set up with the necessary API creden ## To-do - [x] Add `/sum` command +- [x] Async `/sum` command +- [x] Support other youtube url's - [ ] Add speech-to-text support - [x] Check api response before sending - [x] Fix async `/status` command @@ -58,5 +60,10 @@ Ensure that your `config.json` is correctly set up with the necessary API creden - [ ] split long messages - [ ] delete status message after sending prompt response - [ ] Add reply support +- [ ] Refactor code +- [ ] remove repeated code +- [ ] Add `TR` lang support to `/sum command` +- [ ] Better `/help` message +- [ ] Add `/start command` ## License This project is licensed under the [MIT License](LICENSE).