diff --git a/todo.txt b/todo.txt deleted file mode 100644 index e61c09e..0000000 --- a/todo.txt +++ /dev/null @@ -1,69 +0,0 @@ -General: -(x) - Bot Functionality -(x) - Docker-Container -() - Add PyTests# -() - Add sqlite3 or other DB - -channelconfig.py: -(x) - Return True/False if prcoessed wrong/right -(x) - Confirmial/Denial Message inside Bot - -Feature Testing: - - () - Slash Commands - (X) - Add Text Channel - (X) - Remove Text Channel - () - list Text Channels - () - Toggle/Change Prefix - () - Switch GPT3-5 / GPT-4 - () - Clear History - -Test-Discord Bot: - - () - Slash Commands - (x) - Add Text Channel - (x) - Remove Text Channel - (x) - list Text Channels - (x) - delete Chat history - (x) - Custom System Messages per Channel - (x) - Toggle Prefix - () - Change Prefix -> Needs SQLite DB - () - Switch GPT3-5 / GPT-4 - (x) - Clear History - (x) - Bot Functionality - (x) - Docker-Container - -Discord Bot: - - () - Slash Commands - (X) - Add Text Channel - (X) - Remove Text Channel - () - Toggle/Change Prefix - () - Switch GPT3-5 / GPT-4 - () - Clear History - () - Bot Functionality - () - Docker-Container - () - Add PyTests - -Important Files: - - .drone.yml | 92 Lines - Dockerfile | 8 Lines - requirements.txt | 18 Lines - README.md | 2 Lines - todo.txt | 69 Lines - bot/ | - bot.py | 75 Lines - testbot.py | 154 Lines - modules/ | - channelconfig.py | 88 Lines - gpt.py | 101 Lines - summarize.py | 30 Lines - configs/ | - .env | 2 Lines - text_channels.txt | - prefix_channels.txt | - chats/ | - channelid.json | - {...} _________________________ - All Lines | 639 Lines \ No newline at end of file