Skip to content

Commit

Permalink
Update misc.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Aadhi000 authored Apr 16, 2022
1 parent 5a88f3b commit ba664c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plugins/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,7 @@ async def imdb_callback(bot: Client, quer_y: CallbackQuery):
]
message = quer_y.message.reply_to_message or quer_y.message
if imdb:
caption = IMDB_TEMPLATE.format(
requested = message.from_user.mention,
caption = IMDB_TEMPLATE.format(
query = imdb['title'],
title = imdb['title'],
votes = imdb['votes'],
Expand Down

0 comments on commit ba664c8

Please sign in to comment.