From 1419ae91eff6281ba997e59aa45ef888e03ecd06 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: Thu, 6 May 2021 12:16:23 +0800 Subject: [PATCH] None --- func.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/func.py b/func.py index bf822b3..f641b69 100644 --- a/func.py +++ b/func.py @@ -31,8 +31,8 @@ def chat_content_exec(update, context): # 限制为群组 if chat_type != "supergroup": return - # 限制文字长度不能超过50字 - if len(text) > 50: + # 限制文字长度不能超过80字 + if len(text) > 80: return # 取消注释开启独享模式(仅授权群组可用) # if chat_id not in ["1231242141"]: