add character list

This commit is contained in:
SosoM1k0r31z31 2020-11-13 12:24:00 +03:00
parent 8a4823f912
commit b58cff2cbe
1 changed files with 3 additions and 0 deletions

3
bot.py
View File

@ -1564,5 +1564,8 @@ async def character(ctx, char):
elif char.lower() == "saori":
await ctx.send(charlink("saori"))
elif char.lower() == "list":
await ctx.send("```List of available characters\n\nmako\nanchovy\nyuri\naqua\nmio\nmiho\nhana\nsaori```")
bot.run(TOKEN)