fix a bug
This commit is contained in:
parent
ea97c60ea0
commit
c247bf5ff4
2
func.py
2
func.py
@ -105,7 +105,7 @@ def chat_content_exec(update, context):
|
|||||||
print("群组类型: " + str(chat_type))
|
print("群组类型: " + str(chat_type))
|
||||||
print("用户ID: " + str(user_id))
|
print("用户ID: " + str(user_id))
|
||||||
print("chat_id: " + str(chat_id))
|
print("chat_id: " + str(chat_id))
|
||||||
if text.startwith('/') or '//' in text:
|
if text.startswith('/') or '//' in text:
|
||||||
print("这是一条指令或者链接信息,跳过")
|
print("这是一条指令或者链接信息,跳过")
|
||||||
return
|
return
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user