Add message preprocessor

This commit is contained in:
Richard Chien
2018-07-30 23:41:19 +08:00
parent 8c8d939727
commit eedef32f7d
2 changed files with 16 additions and 1 deletions

View File

@ -127,6 +127,7 @@ def load_builtin_plugins() -> None:
load_plugins(plugin_dir, 'none.plugins')
from .message import message_preprocessor
from .command import on_command, CommandSession, CommandGroup
from .natural_language import on_natural_language, NLPSession, NLPResult
from .notice_request import (