From d7f397b37575372aea4c39d99b1cb08036daa46a Mon Sep 17 00:00:00 2001 From: Morb0 Date: Sun, 3 Jan 2021 01:35:30 +0300 Subject: [PATCH] chore(): remove todo --- TODO.md | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 TODO.md diff --git a/TODO.md b/TODO.md deleted file mode 100644 index 4d12bdc..0000000 --- a/TODO.md +++ /dev/null @@ -1,10 +0,0 @@ -PR TODO List: - * [ ] Include scene support to one explorer - * [ ] Split explorer to more sense components - * [ ] Refactor new execution context code - * [ ] Add support for new return types (files, images, music, git, etc) - * [ ] Add more param decorators (only often used) - * [ ] Review exception filter - * [ ] Add custom error messages (now used "Internal Server Error") - * [ ] Allow disabling default error send to chat - * [ ] Test all components