Update bot.py
This commit is contained in:
@@ -83,7 +83,7 @@ class ChatBot:
|
||||
return
|
||||
|
||||
if groupinfo != None and groupinfo.group_id not in global_config.talk_allowed_groups:
|
||||
logger.debug(f"群{groupinfo.group_id}被禁止回复")
|
||||
logger.trace(f"群{groupinfo.group_id}被禁止回复")
|
||||
return
|
||||
|
||||
if message.message_info.template_info and not message.message_info.template_info.template_default:
|
||||
|
||||
Reference in New Issue
Block a user