mirror of
https://bitbucket.org/SosoM1k0r31z31/funny-cat.git
synced 2025-04-11 22:55:46 +02:00
add erina to character db
This commit is contained in:
parent
c110590783
commit
3b60e27d77
4
bot.py
4
bot.py
@ -1563,9 +1563,13 @@ async def character(ctx, char):
|
||||
await ctx.send(charlink("hana"))
|
||||
elif char.lower() == "saori":
|
||||
await ctx.send(charlink("saori"))
|
||||
elif char.lower() == "erina":
|
||||
await ctx.send(charlink("erina"))
|
||||
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