2021-07-15 09:03:44 +01:00
|
|
|
# To Do
|
|
|
|
|
|
|
|
## Bot Architecture
|
2021-07-15 23:23:48 +01:00
|
|
|
- [x] Simplify directory tree
|
2021-07-15 23:26:53 +01:00
|
|
|
- [x] Split event listeners into individual cogs.
|
2021-07-15 09:03:44 +01:00
|
|
|
|
|
|
|
## Bot Functionality
|
2021-07-15 23:26:53 +01:00
|
|
|
- [ ] 'Delete Commands' Function
|
|
|
|
- [ ] 'Register Commands' Function
|
|
|
|
- [ ] Infer Permissions from Config
|
2021-07-15 23:23:48 +01:00
|
|
|
- [X] Dynamic Command Prefixes
|
2021-07-15 23:26:53 +01:00
|
|
|
- [ ] Infer Games from Server Structure
|
|
|
|
- [ ] Re-enable logging
|
2021-07-15 23:23:48 +01:00
|
|
|
- [X] Delete Dev/Test Functions
|
2021-07-15 23:26:53 +01:00
|
|
|
- [ ] 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:26:53 +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:26:53 +01:00
|
|
|
- [ ] Review documentation
|