10 lines
174 B
Python
10 lines
174 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__
|