First working version

This commit is contained in:
CramMK
2020-01-18 04:13:57 +01:00
parent 7e805ff13a
commit 818bafc604
14 changed files with 58 additions and 652 deletions

7
config/cogs.py Normal file
View File

@@ -0,0 +1,7 @@
# Initally loaded cogs
__cogs__ = [
"cogs.admin",
"cogs.general",
"cogs.welcome",
"cogs.help"
]