From 825e3dbcf53b9bc9a0b830724f06fa4743370d55 Mon Sep 17 00:00:00 2001 From: Zhalslar Date: Tue, 17 Jun 2025 09:44:09 +0800 Subject: [PATCH] Update default.py --- astrbot/core/config/default.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/astrbot/core/config/default.py b/astrbot/core/config/default.py index 27d28dc82..8eb9c0e97 100644 --- a/astrbot/core/config/default.py +++ b/astrbot/core/config/default.py @@ -466,13 +466,13 @@ CONFIG_METADATA_2 = { }, "reply_with_mention": { "description": "回复时 @ 发送者", - "type": "float", - "hint": "启用后,机器人回复消息时会 @ 发送者。0.0-1.0 之间的概率值,0.0 表示从不,1.0 表示总是。实际效果以具体的平台适配器为准。", + "type": "bool", + "hint": "启用后,机器人回复消息时会 @ 发送者。实际效果以具体的平台适配器为准。", }, "reply_with_quote": { "description": "回复时引用消息", - "type": "float", - "hint": "启用后,机器人回复消息时会引用原消息。0.0-1.0 之间的概率值,0.0 表示从不,1.0 表示总是。实际效果以具体的平台适配器为准。", + "type": "bool", + "hint": "启用后,机器人回复消息时会引用原消息。实际效果以具体的平台适配器为准。", }, "path_mapping": { "description": "路径映射",