We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bd77f0 commit cf36080Copy full SHA for cf36080
nonebot_plugin_all4one/__init__.py
@@ -1,12 +1,14 @@
1
from copy import deepcopy
2
3
-from nonebot import on, get_driver
4
from nonebot.matcher import Matcher
5
from nonebot.adapters import Bot, Event
6
from nonebot.plugin import PluginMetadata
+from nonebot import on, require, get_driver
7
from nonebot.exception import IgnoredException
8
from nonebot.message import run_preprocessor, event_preprocessor
9
10
+require("nonebot_plugin_datastore")
11
+
12
from .config import Config
13
from .onebotimpl import OneBotImplementation
14
0 commit comments