From fba8fbe49bdd5fa6f0b3a9fb8337b8203e233e0c Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Sat, 1 Aug 2026 17:41:03 +0200 Subject: [PATCH] chore: update todo --- docs/todo.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/todo.md b/docs/todo.md index 4eed91c..c3ef969 100644 --- a/docs/todo.md +++ b/docs/todo.md @@ -23,3 +23,4 @@ - [x] Send to EchohubSpace only state changes, currently we send user count periodically, instead of updating it on update - [x] space between mod|admin "icon" and username - [ ] Embeds still incorrectly display colors +- [ ] Find a better solution for Native OS notifications, currently uses the [OsNotifications](https://github.com/DemonExposer/OsNotifications) library, maintained by a single person.