1
0
mirror of https://bitbucket.org/SosoM1k0r31z31/funny-cat.git synced 2025-04-11 22:55:46 +02:00

add character list

This commit is contained in:
SosoM1k0r31z31 2020-11-13 12:24:00 +03:00
parent 8a4823f912
commit b58cff2cbe

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)