mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-02 18:44:51 +00:00
Fixx
This commit is contained in:
parent
e46b148941
commit
9ad4751f41
1 changed files with 1 additions and 4 deletions
|
|
@ -81,10 +81,7 @@ async def lk21tes(client, message):
|
|||
lkres, PageLen = await getDatalk21(chat_id, pesan.id, kueri, CurrentPage)
|
||||
keyboard = InlineKeyboard()
|
||||
keyboard.paginate(PageLen, CurrentPage, 'page_lk21#{number}' + f'#{pesan.id}#{message.from_user.id}')
|
||||
await pesan.edit(
|
||||
text=f"{lkres}",
|
||||
reply_markup=keyboard
|
||||
)
|
||||
await editPesan(pesan, lkres, reply_markup=keyboard)
|
||||
|
||||
@app.on_callback_query(filters.create(lambda _, __, query: 'page_lk21#' in query.data))
|
||||
async def lk21page_callback(client, callback_query):
|
||||
|
|
|
|||
Loading…
Reference in a new issue