From dec7ebdac09135030790f1ca027112dae3c4f57b Mon Sep 17 00:00:00 2001 From: SmartManoj Date: Mon, 15 Jul 2019 16:11:51 +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 51743ed3..720f6071 100644 --- a/telethon_examples/assistant.py +++ b/telethon_examples/assistant.py @@ -279,7 +279,7 @@ async def handler(event): text += '\n\nYou can suggest new commands [here](https://docs.google.com/'\ 'spreadsheets/d/12yWwixUu_vB426_toLBAiajXxYKvR2J1DD6yZtQz9l4/edit).' text.replace('#','/') - text ++ '\nCommand prefixes supports both hastag and forward slash' + text += '\nCommand prefixes supports both hastag and forward slash' message = await event.respond(text, link_preview=False)