reorganize code into cogs

This commit is contained in:
Liam Kern
2022-12-08 22:21:53 +01:00
parent 7b2029a40c
commit 1fb0e268b5
9 changed files with 725 additions and 496 deletions

5
code/cogs/__init__.py Normal file
View File

@@ -0,0 +1,5 @@
from cogs.setup import Setup
from cogs.settings import Settings
from cogs.help import Help
from cogs.chat import Chat
from cogs.manage_chat import ManageChat