mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 17:44:50 +00:00
fix
This commit is contained in:
parent
0fdc3d938a
commit
3e5b4caf4e
1 changed files with 2 additions and 2 deletions
|
|
@ -163,10 +163,10 @@ async def inline_menu(_, inline_query: InlineQuery):
|
|||
)
|
||||
)
|
||||
await inline_query.answer(
|
||||
results=datajson,
|
||||
results=datajson[:50],
|
||||
is_gallery=False,
|
||||
is_personal=False,
|
||||
next_offset="30",
|
||||
next_offset="",
|
||||
cache_time=5,
|
||||
switch_pm_text=f"Found {len(datajson)} results",
|
||||
switch_pm_parameter="help",
|
||||
|
|
|
|||
Loading…
Reference in a new issue