mirror of
https://bitbucket.org/SosoM1k0r31z31/funny-cat.git
synced 2025-04-11 22:55:46 +02:00
unknown character detection
This commit is contained in:
parent
b58cff2cbe
commit
c110590783
4
bot.py
4
bot.py
@ -1563,9 +1563,9 @@ async def character(ctx, char):
|
||||
await ctx.send(charlink("hana"))
|
||||
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```")
|
||||
|
||||
else:
|
||||
await ctx.send("```unknown character\n\nsee %character list for a list of characters```")
|
||||
|
||||
bot.run(TOKEN)
|
||||
|
Loading…
x
Reference in New Issue
Block a user