Skip to content

✨ v0.9.5

Choose a tag to compare

@github-actions github-actions released this 28 Sep 06:25
· 143 commits to dev since this release

修复

修复了 graia.ariadne.connection.config.from_obj 的 bug.

维持 console dispatcher 的向后兼容性.

弃用

QuoteSource0.10.0 将成为 MessageEvent.quoteMessageEvent.source 而不是 MessageChain[1]MessageChain[0].

当然,MessageChain.get_first(Quote)MessageChain.get_first(Source) 到时候也会报错.

同时,MessageChain.startswith 的行为将会变得 符合直觉.

相应的弃用警告已经发出.

如果你想维持稳定行为,请迁移使用 from graia.ariadne.message.exp import MessageChain as ExpMessageChain 作为 分发类型标注.

构造时原有消息链不受影响.