diff --git a/program/inline.py b/program/inline.py index a54377f..1930020 100644 --- a/program/inline.py +++ b/program/inline.py @@ -16,7 +16,7 @@ async def inline(client: Client, query: InlineQuery): await client.answer_inline_query( query.id, results=answers, - switch_pm_text="type a youtube video name...", + switch_pm_text="Type the YouTube video name to search !", switch_pm_parameter="help", cache_time=0, )