diff --git a/bizhi/bizhi.ts b/bizhi/bizhi.ts index 46a72b5f..8d2b82c7 100644 --- a/bizhi/bizhi.ts +++ b/bizhi/bizhi.ts @@ -67,7 +67,6 @@ class BizhiPlugin extends Plugin { ); await client.sendFile(msg.peerId, { file, - caption: `壁纸分类:${lx || "随机"}`, replyTo: msg.id, }); await msg.delete(); diff --git a/plugins.json b/plugins.json index 4a68ee94..efdf8489 100644 --- a/plugins.json +++ b/plugins.json @@ -206,5 +206,13 @@ "manage_admin": { "url": "https://github.com/TeleBoxDev/TeleBox_Plugins/blob/main/manage_admin/manage_admin.ts?raw=true", "desc": "管理管理员" + }, + "bizhi": { + "url": "https://github.com/TeleBoxDev/TeleBox_Plugins/blob/main/bizhi/bizhi.ts?raw=true", + "desc": "发送一张壁纸" + }, + "httpcat": { + "url": "https://github.com/TeleBoxDev/TeleBox_Plugins/blob/main/httpcat/httpcat.ts?raw=true", + "desc": "发送一张http状态码主题的猫猫图片" } -} \ No newline at end of file +}