mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 17:44:50 +00:00
Fix btn
This commit is contained in:
parent
072e84adcc
commit
cf255eaafb
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ async def imdb_search_en(kueri, message):
|
|||
msg += f"{num}. {title} {year} - {type}\n"
|
||||
BTN.append(
|
||||
InlineKeyboardButton(
|
||||
text=num, callback_data=f"imdbres_id#{message.from_user.id}#{movieID}"
|
||||
text=num, callback_data=f"imdbres_en#{message.from_user.id}#{movieID}"
|
||||
)
|
||||
)
|
||||
BTN.append(InlineKeyboardButton(text="🚩 Language", callback_data=f"imdbset#{message.from_user.id}"))
|
||||
|
|
|
|||
Loading…
Reference in a new issue