Improve Musicbot

This commit is contained in:
CramMK
2020-04-24 15:49:49 +02:00
parent bd7c614220
commit b0dd7f2ca6
10 changed files with 444 additions and 157 deletions

View File

@@ -32,7 +32,7 @@ import loadconfig
# INIT THE BOT
bot = commands.Bot(
command_prefix=loadconfig.__prefix__,
description="Holy Goddess Aqua! - for further help on a command, use the argument `list`")
description="Holy Goddess Aqua!")
# LOAD COGS SPECIFIED IN 'config/cogs.py'
for cog in loadconfig.__cogs__: