Files
aquabot/config/cogs.py
CramMK c0450c5bbe Add AquaBot title
and some other minor changes
2020-01-19 15:21:37 +01:00

10 lines
255 B
Python

# Initally loaded cogs
# Don't remove the "admin" cog or tou won't be able to load cogs
# from with the Discord-Client
__cogs__ = [
"cogs.admin",
"cogs.general",
"cogs.welcome",
"cogs.help",
"cogs.utility"
]