None
This commit is contained in:
parent
3a3e2bb35c
commit
babc67df93
2
func.py
2
func.py
@ -27,4 +27,4 @@ def chat_content_exec(update, context):
|
|||||||
|
|
||||||
|
|
||||||
start_handler = CommandHandler('start', start)
|
start_handler = CommandHandler('start', start)
|
||||||
chat_content_handler = MessageHandler(Filters.text, chat_content_exec),
|
chat_content_handler = MessageHandler(Filters.text, chat_content_exec)
|
||||||
|
Loading…
Reference in New Issue
Block a user