Skip to content

v0.2.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@Wybxc Wybxc released this 22 Aug 15:14
· 50 commits to master since this release

新增功能:

  1. 新的辅助函数 bot.allow bot.decline bot.ignore,快速处理加好友、加群事件。
  2. 消息链新增大量操作,包括连接、切片等。
  3. 为适配器启用 LazyLoad,减少引入不必要的库的时间。

不兼容的变更:

  1. 获取消息链中指定数量的某类型元素,不再支持 slice,而是改为 tuple。

修复问题:

  1. WebSocket 适配器连接失败退出时可能的报错。
  2. WebHook 适配器的快速响应可能失效。