added preset commands and MORE DEBUG INFO LES GOOOOO

This commit is contained in:
2025-02-05 22:11:53 +01:00
parent 99b30f4cfa
commit b178968940
10 changed files with 117 additions and 38 deletions
+3 -1
View File
@@ -5,7 +5,6 @@
- [x] ~~Scrape the data~~
- [x] ~~Put it in a JSON~~
- [x] ~~Multithread so it can run both Discord and Reddit bot!!!~~
- [ ] Ship Python data to Rust
- [ ] Allow updating the data autonomously and via manual commands.
- [ ] Manually add posts (via `u/[bot] add` or `/bk_week_add [url]`)
- [ ] Manually remove posts (via `/bk_week_remove [url]`)
@@ -16,6 +15,9 @@
- [x] ~~Function~~
- [ ] 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.
### Medium priority:
- [x] ~~JSON -> Rules list~~