Skip to content

Commit c01d474

Browse files
authored
Update __init__.py
1 parent 36d722d commit c01d474

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

nonebot_plugin_batarot/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
from .config import Config
21
from nonebot import on_command
32
from nonebot.plugin import PluginMetadata
43
from .commands import handle_tarot, handle_tarot_spread, handle_daily_fortune, handle_tarot_reading
@@ -10,7 +9,7 @@
109
usage="使用命令:ba塔罗牌,ba占卜,ba运势,ba塔罗牌解读",
1110
type="application",
1211
homepage="https://github.com/Perseus037/nonebot_plugin_batarot",
13-
config=Config,
12+
config=None,
1413
supported_adapters={"~onebot.v11"},
1514
)
1615

0 commit comments

Comments
 (0)