Skip to content

Commit

Permalink
🐛 require("nonebot_plugin_datastore")
Browse files Browse the repository at this point in the history
  • Loading branch information
j1g5awi committed Jun 20, 2023
1 parent 3bd77f0 commit cf36080
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nonebot_plugin_all4one/__init__.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
from copy import deepcopy

from nonebot import on, get_driver
from nonebot.matcher import Matcher
from nonebot.adapters import Bot, Event
from nonebot.plugin import PluginMetadata
from nonebot import on, require, get_driver
from nonebot.exception import IgnoredException
from nonebot.message import run_preprocessor, event_preprocessor

require("nonebot_plugin_datastore")

from .config import Config
from .onebotimpl import OneBotImplementation

Expand Down

0 comments on commit cf36080

Please sign in to comment.