From 4e5daae3b89733f0e6e0578b337ff798735f8a08 Mon Sep 17 00:00:00 2001 From: Jerry Date: Thu, 15 May 2025 13:07:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/bot/bot.controller.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/bot/bot.controller.ts b/src/modules/bot/bot.controller.ts index 9577a19..c9f83a9 100644 --- a/src/modules/bot/bot.controller.ts +++ b/src/modules/bot/bot.controller.ts @@ -102,7 +102,7 @@ class BotController { }; /** - * 发送消息到群聊 + * 发送消息到群聊,自动获取client * @param req * @param res */