mirror of https://github.com/Mai-with-u/MaiBot.git
Merge branch 'dev' of https://github.com/MaiM-with-u/MaiBot into dev
commit
2871e4efc2
|
|
@ -189,7 +189,6 @@ class MaiStateManager:
|
||||||
next_state = random.choices(choices_list, weights=weights, k=1)[0]
|
next_state = random.choices(choices_list, weights=weights, k=1)[0]
|
||||||
logger.debug(f"深入聊天结束,接下来 {next_state.value}")
|
logger.debug(f"深入聊天结束,接下来 {next_state.value}")
|
||||||
|
|
||||||
|
|
||||||
if enable_unlimited_hfc_chat:
|
if enable_unlimited_hfc_chat:
|
||||||
logger.debug("调试用:开挂了,强制切换到专注聊天")
|
logger.debug("调试用:开挂了,强制切换到专注聊天")
|
||||||
next_state = MaiState.FOCUSED_CHAT
|
next_state = MaiState.FOCUSED_CHAT
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue