Skip to content

Commit

Permalink
Update __index__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
✰Naͥbiͣlͫ A Navab✰ authored Sep 25, 2023
1 parent 515c94f commit 7b2e74d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ILovePDF/plugins/dm/callBack/__index__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ async def __index__(bot, callbackQuery):
):
await work.work(callbackQuery, "delete", False)
return await callbackQuery.message.reply_text(
"#old_queue 💔\n\n`try by sending new file`", reply_markup=_, quote=True
"#old_queue 💔\n\n`try by sending new file`",
reply_markup=_, quote=True
)

elif data == "rot360":
Expand Down Expand Up @@ -141,7 +142,7 @@ async def __index__(bot, callbackQuery):
return await watermark.reply(CHUNK["exit"], quote=True)
elif data == "partPDF":
notExit, splitData = await partPDF.askPartPdf(
bot, callbackQuery, question=CHUNK["pyromodASK_4"],
bot, callbackQuery, question=CHUNK["askImage"],
limit=int(callbackQuery.message.text.split("•")[1])
if "•" in callbackQuery.message.text else None
)
Expand Down

0 comments on commit 7b2e74d

Please sign in to comment.