This website requires JavaScript.
Explore
Help
Register
Sign In
dymik739
/
modular-bot-framework-for-telegram
Watch
1
Star
0
Fork
You've already forked modular-bot-framework-for-telegram
2
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
f2bddd3690
modular-bot-framework-for-t...
/
modules
/
echo-v1.0
/
index.py
3 lines
75 B
Python
Raw
Normal View
History
Unescape
Escape
echo-v1.0 - added check for chat type to avoid group chat spamming
2022-10-23 17:27:47 +03:00
if
msg
.
chat
[
"
type
"
]
==
"
private
"
:
Typos.
2023-05-08 10:14:28 +03:00
self
.
RESPONSE
=
self
.
MESSAGE
[
"
text
"
]