From babc67df937ff63b317d2cf9c9b391b953cfc30f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=BA=E5=99=A8=E4=BA=BA=E6=80=BB=E5=8A=A8=E5=91=98?= <73592731+devourbots@users.noreply.github.com> Date: Wed, 5 May 2021 11:12:17 +0800 Subject: [PATCH] None --- func.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/func.py b/func.py index 8281c0f..7b6c9fd 100644 --- a/func.py +++ b/func.py @@ -27,4 +27,4 @@ def chat_content_exec(update, context): start_handler = CommandHandler('start', start) -chat_content_handler = MessageHandler(Filters.text, chat_content_exec), +chat_content_handler = MessageHandler(Filters.text, chat_content_exec)