2021-08-06 12:26:15 +01:00
# To Do for Version 3.1
2021-07-15 09:03:44 +01:00
2021-08-06 12:26:15 +01:00
## Docker
2021-07-24 01:01:48 +01:00
2021-08-06 12:26:15 +01:00
- [x] Re-build using `python:slim` as base image
2021-07-15 09:03:44 +01:00
2021-07-17 13:56:04 +01:00
## 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
2021-08-07 08:46:59 +01:00
- [ ] ~~Change component response architecture to use dynamic callback functions instead of global listeners.~~ Not suitable because it does not provide persistence across reboots.