diff --git a/src/plugins/chat/willing_manager.py b/src/plugins/chat/willing_manager.py index 9ca2b819..33bffd9b 100644 --- a/src/plugins/chat/willing_manager.py +++ b/src/plugins/chat/willing_manager.py @@ -5,6 +5,8 @@ from typing import Dict from .config import global_config from .chat_stream import ChatStream +from loguru import logger + class WillingManager: def __init__(self):