6 lines
168 B
Python
6 lines
168 B
Python
# Gather all config data into one file
|
|
# loadconfig.py then gets called in aquabot.py
|
|
from config.cogs import __cogs__
|
|
|
|
from config.config import __token__, __prefix__
|