mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-09 13:04:51 +00:00
Update misc_tools.py
This commit is contained in:
parent
e916cfe825
commit
0bd7162406
1 changed files with 2 additions and 2 deletions
|
|
@ -475,7 +475,7 @@ async def imdb1_search(client, message):
|
||||||
)
|
)
|
||||||
r, judul = message.text.split(None, 1)
|
r, judul = message.text.split(None, 1)
|
||||||
k = await message.reply_photo(
|
k = await message.reply_photo(
|
||||||
"AgACAgIAAxkBAAEDNDdjp-jrxffihNHv2UiQ63B2p3txagACL8QxG0hfQEkmUDEHspsSUgAIAQADAgADeAAHHgQ",
|
"https://telegra.ph/file/270955ef0d1a8a16831a9.jpg",
|
||||||
caption="🔎 Sedang mencari di Database IMDB..",
|
caption="🔎 Sedang mencari di Database IMDB..",
|
||||||
quote=True,
|
quote=True,
|
||||||
)
|
)
|
||||||
|
|
@ -708,7 +708,7 @@ async def imdb_en_search(client, message):
|
||||||
)
|
)
|
||||||
r, title = message.text.split(None, 1)
|
r, title = message.text.split(None, 1)
|
||||||
k = await message.reply_photo(
|
k = await message.reply_photo(
|
||||||
"AgACAgIAAxkBAAEDNDdjp-jrxffihNHv2UiQ63B2p3txagACL8QxG0hfQEkmUDEHspsSUgAIAQADAgADeAAHHgQ",
|
"https://telegra.ph/file/270955ef0d1a8a16831a9.jpg",
|
||||||
caption="Searching Movie/Series in IMDB Database.. 😴",
|
caption="Searching Movie/Series in IMDB Database.. 😴",
|
||||||
quote=True,
|
quote=True,
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue