mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-09-06 20:16:47 +00:00
Use stub file to keep class CommandGroup
clean
This commit is contained in:
@ -114,12 +114,18 @@ from .helpers import context_id
|
||||
|
||||
__all__ = [
|
||||
'NoneBot', 'scheduler', 'init', 'get_bot', 'run',
|
||||
|
||||
'CQHttpError',
|
||||
|
||||
'load_plugin', 'load_plugins', 'load_builtin_plugins',
|
||||
'get_loaded_plugins',
|
||||
|
||||
'message_preprocessor', 'Message', 'MessageSegment',
|
||||
|
||||
'on_command', 'CommandSession', 'CommandGroup',
|
||||
|
||||
'on_natural_language', 'NLPSession', 'NLPResult', 'IntentCommand',
|
||||
'on_notice', 'NoticeSession', 'on_request', 'RequestSession',
|
||||
|
||||
'context_id',
|
||||
]
|
||||
|
Reference in New Issue
Block a user