update character help

This commit is contained in:
SosoM1k0r31z31 2020-11-13 15:00:30 +03:00
parent 37c8a9b349
commit bd56486617
1 changed files with 1 additions and 1 deletions

2
bot.py
View File

@ -1572,7 +1572,7 @@ async def character(ctx, char):
await ctx.send("An error occured, Please try again.")
elif char.lower() == "list":
await ctx.send("```List of available characters\n\nmako\nanchovy\nyuri\naqua\nmio\nmiho\nhana\nsaori```")
await ctx.send("```List of available characters\n\nmako\nanchovy\nyuri\naqua\nmio\nmiho\nhana\nsaori\nerina\nsaren\npecorine```")
else:
await ctx.send("```unknown character\n\nsee %character list for a list of characters```")