MCPcopy Create free account
hub / github.com/TeleBoxOrg/TeleBox_Plugins / handleReload

Method handleReload

lu_bs/lu_bs.ts:359–373  ·  view source on GitHub ↗
(msg: Api.Message)

Source from the content-addressed store, hash-verified

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
372export default new LuBsPlugin();

Callers 1

LuBsPluginClass · 0.95

Calls 2

loadStickerSetMethod · 0.95
editMethod · 0.45

Tested by

no test coverage detected