koishi-plugin-bilibili-notify 1.2.3-rc.7 → 1.2.3-rc.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -738,6 +738,8 @@ class ComRegister {
738
738
  await bot.sendMessage(guildId, content);
739
739
  // 防止消息发送速度过快被忽略
740
740
  await ctx.sleep(500);
741
+ // 成功发送消息,跳出循环
742
+ break;
741
743
  }
742
744
  catch (e) {
743
745
  if (i === attempts - 1) { // 已尝试三次
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "koishi-plugin-bilibili-notify",
3
3
  "description": "Koishi bilibili notify plugin",
4
- "version": "1.2.3-rc.7",
4
+ "version": "1.2.3-rc.8",
5
5
  "contributors": [
6
6
  "Akokko <admin@akokko.com>"
7
7
  ],
package/readme.md CHANGED
@@ -132,6 +132,7 @@
132
132
  - ver 1.2.3-rc.5 修复了第一次使用插件时,扫码登录后没有任何反应,并且仍提示没有登录的bug
133
133
  - ver 1.2.3-rc.6 bug测试版本,请跳过
134
134
  - ver 1.2.3-rc.7 尝试修复多群推送时部分群未推送的bug
135
+ - ver 1.2.3-rc.8 修复在 `1.2.3-rc.7` 版本引入的连续推送三次的bug
135
136
 
136
137
  ## 交流群
137
138