mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-02 10:44:50 +00:00
Typo
This commit is contained in:
parent
bc465906ef
commit
67a49cff4f
2 changed files with 2 additions and 2 deletions
|
|
@ -473,7 +473,7 @@ async def destroy_msg(_, c_q):
|
|||
await c_q.answer(f"only {flname} can see this Private Msg!", show_alert=True)
|
||||
|
||||
|
||||
@app.on_callback_query(filters.regex("^imdbinl_"))
|
||||
@app.on_callback_query(filters.regex("^imdbinl#"))
|
||||
async def imdb_inl(_, query):
|
||||
i, user, movie = query.data.split("#")
|
||||
if user == f"{query.from_user.id}":
|
||||
|
|
|
|||
|
|
@ -130,7 +130,7 @@ async def convertsrt(c, m):
|
|||
pass
|
||||
|
||||
|
||||
@app.on_callback_query(filters.regex(r"^streamextract_"))
|
||||
@app.on_callback_query(filters.regex(r"^streamextract#"))
|
||||
async def stream_extract(bot, update):
|
||||
cb_data = update.data
|
||||
usr = update.message.reply_to_message
|
||||
|
|
|
|||
Loading…
Reference in a new issue