Improve animegirl command

This commit is contained in:
CramMK
2020-04-24 10:58:27 +02:00
parent 6fbdd29e5b
commit bd7c614220
3 changed files with 23 additions and 11 deletions

View File

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