Skip to content

Commit

Permalink
Update imdb_search.py
Browse files Browse the repository at this point in the history
Signed-off-by: Yasir Aris M <[email protected]>
  • Loading branch information
yasirarism authored Dec 26, 2023
1 parent dadeeb6 commit 165d6d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misskaty/plugins/imdb_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ async def imdb_choose(_, ctx: Message):
try:
await cl.wait_for_click(ctx.from_user.id, timeout=10)
except ListenerTimeout:
await cl.message.edit("Task Timeout")
await cl.edit("Task Timeout")
break


Expand Down

0 comments on commit 165d6d9

Please sign in to comment.