From f4b556e63c79acc9a5ff1aea1a284edeae2c9343 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E5=8F=B6?= <1936472877@qq.com> Date: Wed, 30 Oct 2024 22:50:43 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8D=95=E7=8B=ACBot=E8=B0=83=E7=94=A8?= =?UTF-8?q?=E7=BB=9F=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/Bot/stats/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/Bot/stats/index.ts b/src/api/Bot/stats/index.ts index b9f4c16d..d0c5fab3 100644 --- a/src/api/Bot/stats/index.ts +++ b/src/api/Bot/stats/index.ts @@ -67,7 +67,7 @@ if (config.stats.rankChart.pluginUse || config.stats.countChart.plugin) { if (name && fnc) { incr(`YePanel:plugin:use:${name}(${fnc}):${day}`) if (config.stats.alone && e?.self_id) { - incr(`YePanel${e.self_id}::plugin:use:${name}(${fnc}):${day}`) + incr(`YePanel:${e.self_id}:plugin:use:${name}(${fnc}):${day}`) } } }