1
0
forked from bot/app

初步对Uninfo的支持

This commit is contained in:
2024-10-23 01:04:42 +08:00
parent ab89cd1c72
commit 86e50e369b
5 changed files with 151 additions and 399 deletions

View File

@ -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}")