mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 17:44:50 +00:00
Try using own api
This commit is contained in:
parent
d234bede5c
commit
f8908077e2
1 changed files with 1 additions and 1 deletions
|
|
@ -317,7 +317,7 @@ async def imdb_id_callback(_, query):
|
|||
markup = InlineKeyboardMarkup(
|
||||
[
|
||||
[
|
||||
InlineKeyboardButton("🎬 Open IMDB", url=f"https://www.imdb.com{r_json['url']}"),
|
||||
InlineKeyboardButton("🎬 Open IMDB", url=url),
|
||||
InlineKeyboardButton("▶️ Trailer", url=trailer),
|
||||
]
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue