Fixing last commit
This commit is contained in:
@@ -4,9 +4,11 @@ Gather all config data into one file
|
||||
loadconfig.py then gets called in aquabot.py
|
||||
"""
|
||||
|
||||
__avatar__ = "https://i.imgur.com/mskM9dH.png"
|
||||
|
||||
from config.cogs import __cogs__
|
||||
|
||||
try:
|
||||
from config.config import __token__, __prefix__
|
||||
except ImportError as e:
|
||||
print(f"Error while importing: {e}")
|
||||
print(f"Error while importing: {e}")
|
||||
Reference in New Issue
Block a user