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()