Skip to content

Commit cf36080

Browse files
committed
🐛 require("nonebot_plugin_datastore")
1 parent 3bd77f0 commit cf36080

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

nonebot_plugin_all4one/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
from copy import deepcopy
22

3-
from nonebot import on, get_driver
43
from nonebot.matcher import Matcher
54
from nonebot.adapters import Bot, Event
65
from nonebot.plugin import PluginMetadata
6+
from nonebot import on, require, get_driver
77
from nonebot.exception import IgnoredException
88
from nonebot.message import run_preprocessor, event_preprocessor
99

10+
require("nonebot_plugin_datastore")
11+
1012
from .config import Config
1113
from .onebotimpl import OneBotImplementation
1214

0 commit comments

Comments
 (0)