forked from viveksantayana/geas-bot
30 lines
659 B
Markdown
30 lines
659 B
Markdown
# To Do
|
|
|
|
## Bot Architecture
|
|
- [x] Simplify directory tree
|
|
- [x] Split event listeners into individual cogs.
|
|
|
|
## Bot Functionality
|
|
- [ ] '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
|
|
|
|
## Event Listeners
|
|
|
|
### Review Configs When
|
|
- [X] Guild Changing Ownership
|
|
- [X] Roles Modified
|
|
- [X] Mod Channel Deleted
|
|
|
|
## Commands
|
|
- [ ] Configure Bot function and sub commands
|
|
- [ ] Migrate existing bot commands
|
|
|
|
## Misc
|
|
- [ ] Review documentation |