mirror of
https://bitbucket.org/SosoM1k0r31z31/funny-cat.git
synced 2025-04-11 22:55:46 +02:00
fix animesearch
This commit is contained in:
parent
a75e6e08ee
commit
9048c7e6bb
2
bot.py
2
bot.py
@ -1531,7 +1531,7 @@ async def animesearch(ctx, *, anime):
|
||||
start_date = (s['results'][0]['start_date'])
|
||||
end_date = (s['results'][0]['end_date'])
|
||||
|
||||
await ctx.send(f"Search result\n\n**Title:** {name}\n\n**Synopsis:** {synopsis}\n\n**Episodes:** {episodes}\n**Score:** {score}\n**Start date:** {start_date}\n**End date:** {end_date}\n\n{image}`")
|
||||
await ctx.send(f"Search result\n\n**Title:** {title}\n\n**Synopsis:** {synopsis}\n\n**Episodes:** {episodes}\n**Score:** {score}\n**Start date:** {start_date}\n**End date:** {end_date}\n\n{image}\n{name}`")
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user