mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-27 16:21:28 +00:00
Add a todo
This commit is contained in:
@ -8,6 +8,7 @@ from .log import logger
|
||||
|
||||
|
||||
async def handle_message(bot: CQHttp, ctx: Dict[str, Any]) -> None:
|
||||
# TODO: 支持让插件自己选择是否响应没有 at 的消息
|
||||
if ctx['message_type'] != 'private':
|
||||
# group or discuss
|
||||
first_message_seg = ctx['message'][0]
|
||||
|
Reference in New Issue
Block a user