✨ 初步对Uninfo的支持
This commit is contained in:
@ -9,6 +9,8 @@ from magicoca import Chan, select
|
||||
|
||||
from liteyuki.log import logger
|
||||
|
||||
from .models import *
|
||||
|
||||
|
||||
def message_handler_thread(i_chans: Iterable[Chan[Any]]):
|
||||
"""
|
||||
@ -18,4 +20,4 @@ def message_handler_thread(i_chans: Iterable[Chan[Any]]):
|
||||
"""
|
||||
for msg in select(*i_chans):
|
||||
logger.debug(f"Recv from anybot {msg}")
|
||||
logger.info(f"Recv from anybot {msg}")
|
||||
logger.info(f"Recv from anybot {msg}")
|
||||
|
Reference in New Issue
Block a user