From 391c00a0ebd8160af05998820b839f335adf8206 Mon Sep 17 00:00:00 2001 From: SmartManoj Date: Mon, 15 Jul 2019 17:05:06 +0530 Subject: [PATCH] Update assistant.py --- telethon_examples/assistant.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telethon_examples/assistant.py b/telethon_examples/assistant.py index 20548d86..9c16757b 100644 --- a/telethon_examples/assistant.py +++ b/telethon_examples/assistant.py @@ -269,7 +269,7 @@ async def handler(event): ]) -@bot.on(events.NewMessage(pattern='(?i)[/#](list|help)', forwards=False)) +@bot.on(events.NewMessage(pattern='(?i)[/#](list|help|start)', forwards=False)) async def handler(event): text = 'Available commands:\n' for callback, handler in bot.list_event_handlers():