From 6674854c05cc69a9280c837e3fc08e3f5176bf23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=A6=E6=BA=AA=E7=95=94?= <130263765+na10xi27da@users.noreply.github.com> Date: Sat, 15 Mar 2025 15:51:44 +0800 Subject: [PATCH] =?UTF-8?q?Update=20bot.py=E4=BF=AE=E5=A4=8D=E6=AF=8F?= =?UTF-8?q?=E6=AC=A1=E4=BB=8E=E6=95=B0=E6=8D=AE=E5=BA=93=E8=AF=BB=E5=8F=96?= =?UTF-8?q?=E9=A2=9D=E5=A4=96=E5=8A=A00.5=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/plugins/chat/bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/chat/bot.py b/src/plugins/chat/bot.py index a3f7736b1..eeec908f2 100644 --- a/src/plugins/chat/bot.py +++ b/src/plugins/chat/bot.py @@ -85,7 +85,7 @@ class ChatBot: chat_stream=chat, ) await relationship_manager.update_relationship_value( - chat_stream=chat, relationship_value=0.5 + chat_stream=chat, relationship_value=0 ) await message.process()