2021-07-15 09:03:44 +01:00
|
|
|
# To Do
|
|
|
|
|
|
|
|
## Bot Architecture
|
2021-07-15 23:23:48 +01:00
|
|
|
- [x] Simplify directory tree
|
|
|
|
- [x] Split event listeners into independent cogs.
|
2021-07-15 09:03:44 +01:00
|
|
|
|
|
|
|
## Bot Functionality
|
2021-07-15 23:23:48 +01:00
|
|
|
- [] 'Delete Commands' Function
|
|
|
|
- [] 'Register Commands' Function
|
|
|
|
- [] Infer Permissions from Config
|
|
|
|
- [X] Dynamic Command Prefixes
|
|
|
|
- [] Infer Games from Server Structure
|
|
|
|
- [] Re-enable logging
|
|
|
|
- [X] Delete Dev/Test Functions
|
|
|
|
- [] Error handlers
|
|
|
|
- [] Debug Features
|
2021-07-15 09:03:44 +01:00
|
|
|
|
|
|
|
## Event Listeners
|
|
|
|
|
|
|
|
### Review Configs When
|
2021-07-15 23:23:48 +01:00
|
|
|
- [X] Guild Changing Ownership
|
|
|
|
- [X] Roles Modified
|
|
|
|
- [X] Mod Channel Deleted
|
2021-07-15 09:03:44 +01:00
|
|
|
|
|
|
|
## Commands
|
2021-07-15 23:23:48 +01:00
|
|
|
- [] Configure Bot function and sub commands
|
|
|
|
- [] Migrate existing bot commands
|
2021-07-15 09:03:44 +01:00
|
|
|
|
|
|
|
## Misc
|
2021-07-15 23:23:48 +01:00
|
|
|
- [] Review documentation
|