Skip to content

Releases: opq-osc/botoy

v7.11

02 Nov 09:42
Compare
Choose a tag to compare
fix(cli): add missing semicolon

v7.10

02 Nov 09:28
Compare
Choose a tag to compare
  • feat(action): 添加revoke,revokeGroupMsg的便捷调佣
  • feat(cli): 增加test命令,测试连接
  • feat(config): 可设置环境变量,
  • feat(client): 增加参数sio指定socketio客户端对象
  • feat(client): 启动方法返回socketio客户端实例,需无阻塞启动 …
  • feat(client): run方法加入重连

v7.9

17 Oct 12:44
2225af6
Compare
Choose a tag to compare

点赞和撤回方法删除参数cmd

使用bot.on注册通用接收函数

v7.8

11 Oct 02:28
bb8d180
Compare
Choose a tag to compare

feat(choose): 增加key参数
feat(client): 增加方法run_no_wait

v7.7

08 Oct 01:30
Compare
Choose a tag to compare
fix(choose): idx >= 0

v7.6

07 Oct 15:28
Compare
Choose a tag to compare
v7.6

v7.5

07 Oct 07:00
Compare
Choose a tag to compare

BREAKING CHANGE: session 的choose返回改为返回元组,第一项是选择项,第二项是选择项的索引

v7.4

07 Oct 06:34
Compare
Choose a tag to compare
schedule: fix bug

v7.3

07 Oct 06:23
Compare
Choose a tag to compare

fix bug

v7.2

07 Oct 04:38
Compare
Choose a tag to compare

feat(webhook): 添加异步的情况
feat(schedule): 增加异步定时任务
feat(client): 允许qq号为0的情况,此时将忽略
feat(contrib): 同步执行异步函数
feat: 允许同步客户端运行异步接收函数 (#30)
feat(action): 参数qq更改为可选参数
feat(async_action): 封装几个api
feat(log): handle socketio.client log
feat(action): 添加类方法from_ctx快速定义对应Action