From ea0d49f57c114c3d045e5fef1fda09d8ce1df64c Mon Sep 17 00:00:00 2001 From: Vivek Santayana Date: Thu, 15 Jul 2021 23:23:48 +0100 Subject: [PATCH] Fixed formatting errors in TODO.md --- TODO.md | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/TODO.md b/TODO.md index 1aef513..67f286a 100644 --- a/TODO.md +++ b/TODO.md @@ -1,30 +1,30 @@ # To Do ## Bot Architecture -[X] Simplify directory tree -[X] Split event listeners into independent cogs. +- [x] Simplify directory tree +- [x] Split event listeners into independent 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 +- [] '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 +- [X] Guild Changing Ownership +- [X] Roles Modified +- [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 \ No newline at end of file +- [] Review documentation \ No newline at end of file