Update bot.py

This commit is contained in:
SengokuCola
2025-04-24 14:20:42 +08:00
parent af763cea27
commit a89be639d0

View File

@@ -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: