From b58cff2cbeac899ca0c4e12d85618ef1c21550ec Mon Sep 17 00:00:00 2001 From: SosoM1k0r31z31 Date: Fri, 13 Nov 2020 12:24:00 +0300 Subject: [PATCH] add character list --- bot.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bot.py b/bot.py index 3748554..4d68a88 100644 --- a/bot.py +++ b/bot.py @@ -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)