None
This commit is contained in:
parent
245b621e89
commit
1419ae91ef
4
func.py
4
func.py
@ -31,8 +31,8 @@ def chat_content_exec(update, context):
|
|||||||
# 限制为群组
|
# 限制为群组
|
||||||
if chat_type != "supergroup":
|
if chat_type != "supergroup":
|
||||||
return
|
return
|
||||||
# 限制文字长度不能超过50字
|
# 限制文字长度不能超过80字
|
||||||
if len(text) > 50:
|
if len(text) > 80:
|
||||||
return
|
return
|
||||||
# 取消注释开启独享模式(仅授权群组可用)
|
# 取消注释开启独享模式(仅授权群组可用)
|
||||||
# if chat_id not in ["1231242141"]:
|
# if chat_id not in ["1231242141"]:
|
||||||
|
Loading…
Reference in New Issue
Block a user