Files
Syntrel/TODO.md
neoarz a0a85d877a feat(idevice): create idevice category and first commands
Implemented the /idevice command with a dropdown for troubleshooting options and added the /noapps command to assist users when apps aren't showing in the installed apps view. Updated TODO.md to reflect completed tasks.
2025-09-19 20:14:02 -04:00

36 lines
700 B
Markdown

# Todo List for Syntrel
[ ] Finish [idevice commands](https://github.com/jkcoxson/idevice/blob/master/idevice/src/lib.rs#L522)
> [X] Add /idevice command
>
> [X] Add /no apps command
>
> [ ] Add rest of the errors yikes
[ ] Add unit tests
[ ] Add documentation to readme
[ ] Create utility commands
> [ ] Add /ai command
>
> [ ] Add /translate command
>
> [ ] Add /tweety command
>
> [ ] Add /videodownload command
[ ] Clean tag system from [tags branch](https://github.com/neoarz/Syntrel/tree/tags) (make sure db is persistent)
[ ] Fix logging and add graceful shutdown
[ ] Add uptime checker for the bot iself
## Future
[ ] Add webhook support
[ ] Make a web dashboard for the bot