Import everything from aiocqhttp.message in none.message

This commit is contained in:
Richard Chien
2018-10-14 22:52:37 +08:00
parent bc0d7aaa64
commit 67362e97e7
4 changed files with 7 additions and 11 deletions

View File

@ -143,10 +143,8 @@ def load_builtin_plugins() -> None:
load_plugins(plugin_dir, 'none.plugins')
from .message import message_preprocessor
from .message import message_preprocessor, Message, MessageSegment
from .command import on_command, CommandSession, CommandGroup
from .natural_language import on_natural_language, NLPSession, NLPResult
from .notice_request import (
on_notice, NoticeSession,
on_request, RequestSession,
)
from .notice_request import (on_notice, NoticeSession,
on_request, RequestSession)