From e0cba7c20c595643225c356441f31e5db472840a Mon Sep 17 00:00:00 2001 From: yanyongyu Date: Sun, 27 Sep 2020 18:20:39 +0800 Subject: [PATCH] :art: add command group to entry file --- nonebot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nonebot/__init__.py b/nonebot/__init__.py index bd0ee80b..6f93bdae 100644 --- a/nonebot/__init__.py +++ b/nonebot/__init__.py @@ -213,5 +213,5 @@ async def _start_scheduler(): from nonebot.plugin import on_message, on_notice, on_request, on_metaevent -from nonebot.plugin import on_startswith, on_endswith, on_command, on_regex +from nonebot.plugin import on_startswith, on_endswith, on_command, on_regex, CommandGroup from nonebot.plugin import load_plugin, load_plugins, load_builtin_plugins, get_loaded_plugins