This commit is contained in:
Richard Chien
2018-06-27 22:50:01 +08:00
parent ae2d177d5a
commit 89788474d6
8 changed files with 79 additions and 64 deletions

View File

@ -4,7 +4,7 @@ from aiocqhttp import CQHttp
from aiocqhttp.message import MessageSegment
from .command import handle_command
from .logger import logger
from .log import logger
async def handle_message(bot: CQHttp, ctx: Dict[str, Any]) -> None: