(msg: Api.Message)
| 357 | |
| 358 | if (this.stickerSet) { |
| 359 | await msg.edit({ |
| 360 | text: "✅ 贴纸包重新加载成功", |
| 361 | parseMode: "html" |
| 362 | }); |
| 363 | } else { |
| 364 | await msg.edit({ |
| 365 | text: "❌ 贴纸包加载失败,请检查贴纸包名称是否正确", |
| 366 | parseMode: "html" |
| 367 | }); |
| 368 | } |
| 369 | } |
| 370 | } |
| 371 | |
| 372 | export default new LuBsPlugin(); |
no test coverage detected