mirror of https://github.com/Mai-with-u/MaiBot.git
Update bot.py修复每次从数据库读取额外加0.5的问题
parent
39170079c3
commit
6674854c05
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue