Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion anime_world.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ async def anime(client, message):
try:
search = Twist.search(lol)
except BaseException:
await ommhg.edit("Please Try Different Site. Given Site Is Down.")
await pablo.edit("Please Try Different Site. Given Site Is Down.")

title1 = search[0].title
url1 = search[0].url
Expand Down