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, }