File tree 1 file changed +6
-2
lines changed 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
from nonebot .plugin import PluginMetadata , inherit_supported_adapters , require
4
4
5
+ require ("nonebot_plugin_waiter" )
5
6
require ("nonebot_plugin_alconna" )
6
7
7
8
from . import __main__ as __main__
10
11
11
12
load_search_func ()
12
13
13
- __version__ = "2.0.1"
14
+ __version__ = "2.0.1.post1 "
14
15
__plugin_meta__ = PluginMetadata (
15
16
name = "YetAnotherPicSearch" ,
16
17
description = "基于 NoneBot2 及 PicImageSearch 的另一个 NoneBot 搜图插件" ,
17
18
usage = f"使用指令 `{ config .search_keyword } -h` 查看帮助" ,
18
19
type = "application" ,
19
20
homepage = "https://github.com/lgc-NB2Dev/YetAnotherPicSearch" ,
20
21
config = ConfigModel ,
21
- supported_adapters = inherit_supported_adapters ("nonebot_plugin_alconna" ),
22
+ supported_adapters = inherit_supported_adapters (
23
+ "nonebot_plugin_waiter" ,
24
+ "nonebot_plugin_alconna" ,
25
+ ),
22
26
extra = {},
23
27
)
You can’t perform that action at this time.
0 commit comments