mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-04 19:24:51 +00:00
Typo
This commit is contained in:
parent
7aab3f35c0
commit
fcd04f714c
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ async def imdbcari_id(client, query):
|
||||||
return await query.answer(f"⚠️ Akses Ditolak!", True)
|
return await query.answer(f"⚠️ Akses Ditolak!", True)
|
||||||
kueri = LIST_CARI.get(msg)
|
kueri = LIST_CARI.get(msg)
|
||||||
del LIST_CARI[msg]
|
del LIST_CARI[msg]
|
||||||
await query.m.edit_caption("<i>🔎 Sedang mencari di Database IMDB..</i>")
|
await query.message.edit_caption("<i>🔎 Sedang mencari di Database IMDB..</i>")
|
||||||
msg = ""
|
msg = ""
|
||||||
buttons = InlineKeyboard(row_width=4)
|
buttons = InlineKeyboard(row_width=4)
|
||||||
try:
|
try:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue