First working version
This commit is contained in:
0
config/__init__.py
Normal file
0
config/__init__.py
Normal file
7
config/cogs.py
Normal file
7
config/cogs.py
Normal file
@@ -0,0 +1,7 @@
|
||||
# Initally loaded cogs
|
||||
__cogs__ = [
|
||||
"cogs.admin",
|
||||
"cogs.general",
|
||||
"cogs.welcome",
|
||||
"cogs.help"
|
||||
]
|
||||
4
config/config_example.py
Normal file
4
config/config_example.py
Normal file
@@ -0,0 +1,4 @@
|
||||
# This is a sample file for how a config file looks like
|
||||
|
||||
__token__ = "Discord Auth Token"
|
||||
__prefix__ = "Command Prefix"
|
||||
Reference in New Issue
Block a user