From 847853015cc0590b24730774659b3db418d0f89e Mon Sep 17 00:00:00 2001 From: ZhangWei-KUMO Date: Mon, 30 Sep 2024 23:09:15 +0800 Subject: [PATCH] add bigquant --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 7beddc6..aa68996 100644 --- a/index.js +++ b/index.js @@ -45,7 +45,7 @@ export async function prepareBot() { } }, 3000); }else{ - await sendMessage(talkerId, answer); + await sendMessage(roomMsg.id, answer); } return; }