From 37950cfece44a535f2f59368128bfe46d749f127 Mon Sep 17 00:00:00 2001 From: Byte Dice <165556900+ByteDice@users.noreply.github.com> Date: Thu, 6 Feb 2025 09:43:50 +0100 Subject: [PATCH] Update TODO.md --- TODO.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/TODO.md b/TODO.md index f5fc404..f0508f3 100644 --- a/TODO.md +++ b/TODO.md @@ -16,8 +16,11 @@ - [ ] Automate - [ ] Automatically approve posts that dont get caught by reverse image search (ris) - [ ] Log all posts in a Discord thread - - [ ] `/bk_week_get` command. Idk how to do this efficiently and automatically - - [ ] Removes the thread (if any exists), creates a new one, and sends all posts as embeds. + - [ ] `/bk_week_get` command + - [ ] Send all posts data as embeds + - [ ] Compare all posts in the JSON with the posts in the channel + - [ ] If the JSON is empty, remove the entire channel and make a new one + - [ ] Else, remove each embed and add new ones to be up-to-date with the JSON ### Medium priority: - [x] ~~JSON -> Rules list~~ @@ -40,4 +43,4 @@ - [ ] Language TLDR command * Shows a TLDR with pros/cons on a programming language - [ ] PowerPlate info viewer - * Shows basic info on a PowerPlate \ No newline at end of file + * Shows basic info on a PowerPlate