mirror of https://github.com/Mai-with-u/MaiBot.git
Update expression_reflector.py
parent
c5276ce629
commit
9022152ce2
|
|
@ -28,7 +28,7 @@ class ExpressionReflector:
|
||||||
try:
|
try:
|
||||||
logger.debug(f"[Expression Reflection] 开始检查是否需要提问 (stream_id: {self.chat_id})")
|
logger.debug(f"[Expression Reflection] 开始检查是否需要提问 (stream_id: {self.chat_id})")
|
||||||
|
|
||||||
if not global_config.expression.expression_self_reflect:
|
if not global_config.expression.expression_manual_reflect:
|
||||||
logger.debug("[Expression Reflection] 表达反思功能未启用,跳过")
|
logger.debug("[Expression Reflection] 表达反思功能未启用,跳过")
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue