mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-22 17:36:34 +03:00
Fix-up 5aaa6ec
missing comma
This commit is contained in:
parent
5aaa6ec36e
commit
a57e9ba2fb
|
@ -62,10 +62,10 @@ SPAM = (
|
||||||
)
|
)
|
||||||
|
|
||||||
OFFTOPIC = {
|
OFFTOPIC = {
|
||||||
-1001109500936:
|
-1001109500936:
|
||||||
'That is not related to Telethon. '
|
'That is not related to Telethon. '
|
||||||
'You may continue the conversation in @TelethonOffTopic'
|
'You may continue the conversation in @TelethonOffTopic',
|
||||||
-1001200633650:
|
-1001200633650:
|
||||||
'That seems to be related to Telethon. Try asking in @TelethonChat'
|
'That seems to be related to Telethon. Try asking in @TelethonChat'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user