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 9904d11 commit e414a09Copy full SHA for e414a09
src/nonebot_plugin_alconna/__init__.py
@@ -141,7 +141,7 @@
141
from .uniseg import patch_matcher_send as patch_matcher_send
142
from .uniseg import patch_saa as patch_saa
143
144
-__version__ = "0.61.0"
+__version__ = "0.61.1"
145
__supported_adapters__ = set(m.value for m in SupportAdapterModule.__members__.values()) # noqa: C401
146
__plugin_meta__ = PluginMetadata(
147
name="Alconna 插件",
src/nonebot_plugin_alconna/uniseg/__init__.py
@@ -64,7 +64,7 @@
64
from .tools import image_fetch as image_fetch
65
from .tools import reply_fetch as reply_fetch
66
67
68
69
70
name="Universal Segment 插件",
0 commit comments