3 lines
75 B
Python
3 lines
75 B
Python
if msg.chat["type"] == "private":
|
|
self.RESPONSE = self.MESSAGE["text"]
|
if msg.chat["type"] == "private":
|
|
self.RESPONSE = self.MESSAGE["text"]
|