Add AquaBot title

and some other minor changes
This commit is contained in:
CramMK
2020-01-19 15:21:37 +01:00
parent e587afb76c
commit c0450c5bbe
10 changed files with 95 additions and 52 deletions

View File

@@ -1,7 +1,10 @@
# 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.help",
"cogs.utility"
]