From 2965d048c3e4ff4dc5cd972151eb030038011ec3 Mon Sep 17 00:00:00 2001 From: zhaoyingbo Date: Mon, 30 Sep 2024 03:31:29 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=B5=8B=E8=AF=95=E5=8D=A1=E7=89=87?= =?UTF-8?q?=E7=BB=93=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- routes/bot/actionMsg.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/bot/actionMsg.ts b/routes/bot/actionMsg.ts index 3755d55..0efe9c8 100644 --- a/routes/bot/actionMsg.ts +++ b/routes/bot/actionMsg.ts @@ -5,7 +5,7 @@ import groupAgent from "./groupAgent" const ACTION_MAP = { sendFunctionSelector: groupAgent.sendFunctionSelector, - sendTimeScopeSelector: groupAgent.sendTimeScopeSelector, + sendTimeScopeSelector: groupAgent.sendFunctionSelector, manageGroupMsg: groupAgent.manageGroupMsg, }