none
This commit is contained in:
parent
9f94d3e43e
commit
dd5c5e0aa8
@ -16,7 +16,7 @@ async def inline(client: Client, query: InlineQuery):
|
|||||||
await client.answer_inline_query(
|
await client.answer_inline_query(
|
||||||
query.id,
|
query.id,
|
||||||
results=answers,
|
results=answers,
|
||||||
switch_pm_text="type a youtube video name...",
|
switch_pm_text="Type the YouTube video name to search !",
|
||||||
switch_pm_parameter="help",
|
switch_pm_parameter="help",
|
||||||
cache_time=0,
|
cache_time=0,
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user