geas-bot/TODO.md

12 lines
456 B
Markdown
Raw Permalink Normal View History

2021-08-06 12:26:15 +01:00
# To Do for Version 3.1
2021-08-06 12:26:15 +01:00
## Docker
2021-08-06 12:26:15 +01:00
- [x] Re-build using `python:slim` as base image
## Bot Functionality and Processes
2021-07-21 23:05:13 +01:00
2021-08-06 12:26:15 +01:00
- [ ] Add support for Discord Threads following Discord Py library update
- [ ] Update permission settings for GMs on game channels to support threads
- [ ] ~~Change component response architecture to use dynamic callback functions instead of global listeners.~~ Not suitable because it does not provide persistence across reboots.