Fixed more formatting errors

This commit is contained in:
Vivek Santayana 2021-07-15 23:26:53 +01:00
parent ea0d49f57c
commit c460ce4296

22
TODO.md
View File

@ -2,18 +2,18 @@
## Bot Architecture
- [x] Simplify directory tree
- [x] Split event listeners into independent cogs.
- [x] Split event listeners into individual cogs.
## Bot Functionality
- [] 'Delete Commands' Function
- [] 'Register Commands' Function
- [] Infer Permissions from Config
- [ ] 'Delete Commands' Function
- [ ] 'Register Commands' Function
- [ ] Infer Permissions from Config
- [X] Dynamic Command Prefixes
- [] Infer Games from Server Structure
- [] Re-enable logging
- [ ] Infer Games from Server Structure
- [ ] Re-enable logging
- [X] Delete Dev/Test Functions
- [] Error handlers
- [] Debug Features
- [ ] Error handlers
- [ ] Debug Features
## Event Listeners
@ -23,8 +23,8 @@
- [X] Mod Channel Deleted
## Commands
- [] Configure Bot function and sub commands
- [] Migrate existing bot commands
- [ ] Configure Bot function and sub commands
- [ ] Migrate existing bot commands
## Misc
- [] Review documentation
- [ ] Review documentation