From a57e9ba2fb70f497c469f5c37cb1066a496c530a Mon Sep 17 00:00:00 2001 From: Lonami Exo Date: Mon, 3 Sep 2018 18:14:00 +0200 Subject: [PATCH] Fix-up 5aaa6ec missing comma --- telethon_examples/assistant.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/telethon_examples/assistant.py b/telethon_examples/assistant.py index c55fc401..1a252298 100644 --- a/telethon_examples/assistant.py +++ b/telethon_examples/assistant.py @@ -62,10 +62,10 @@ SPAM = ( ) OFFTOPIC = { --1001109500936: + -1001109500936: 'That is not related to Telethon. ' - 'You may continue the conversation in @TelethonOffTopic' --1001200633650: + 'You may continue the conversation in @TelethonOffTopic', + -1001200633650: 'That seems to be related to Telethon. Try asking in @TelethonChat' }