mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-07 04:14:51 +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"
|
msg += f"{num}. {title} {year} - {type}\n"
|
||||||
BTN.append(
|
BTN.append(
|
||||||
InlineKeyboardButton(
|
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}"))
|
BTN.append(InlineKeyboardButton(text="🚩 Language", callback_data=f"imdbset#{message.from_user.id}"))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue