echo-v1.0 - added check for chat type to avoid group chat spamming
This commit is contained in:
parent
84d6b3d58f
commit
67271b9ad8
|
@ -1 +1,2 @@
|
|||
if msg.chat["type"] == "private":
|
||||
self.RESPONCE = self.MESSAGE["text"]
|
||||
|
|
Loading…
Reference in New Issue