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

0
config/__init__.py Normal file
View File

7
config/cogs.py Normal file
View File

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

4
config/config_example.py Normal file
View File

@@ -0,0 +1,4 @@
# This is a sample file for how a config file looks like
__token__ = "Discord Auth Token"
__prefix__ = "Command Prefix"