MinatoAquaCrews / nonebot_plugin_fortune

Fortune divination plugin for nonebot2
MIT License
106 stars 22 forks source link

救命啊,好多指令不生效,而且它还骂我 #79

Closed zhulinyv closed 1 year ago

zhulinyv commented 1 year ago

如图,我只有 抽签, 重置抽签主题, 主题列表, 查看抽签主题可用,

xxx抽签, 指定xxx签, 设置xxx签无效, 是因为大凶的原因嘛 QwQ...

插件版本: v0.4.10.post2

Nonebot版本: 2.0.0

image

image

KafCoppelia commented 1 year ago

nb2 2.0.0rc4 及以上会出现这个现象,是一个breaking change引起的,具体是正则匹配 RegexMatched 的机制出现了变化。但作者几乎没时间维护……

For details, please see:

Feature: REGEX_MATCHED 值由matched.group() 改为 matched Feature: 支持 re.Match 依赖注入

zhulinyv commented 1 year ago

https://github.com/MinatoAquaCrews/nonebot_plugin_fortune/pull/81