From 92cda4c2b69e6f785b4c566de041f041dc9b702e Mon Sep 17 00:00:00 2001 From: tcmofashi Date: Tue, 4 Mar 2025 09:43:24 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=A0=E9=99=A4XX?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/bot_config.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/bot_config.toml b/config/bot_config.toml index 0c1a68fa9..7fe5c0a77 100644 --- a/config/bot_config.toml +++ b/config/bot_config.toml @@ -6,7 +6,9 @@ nickname = "麦麦" min_text_length = 2 # 与麦麦聊天时麦麦只会回答文本大于等于此数的消息 max_context_size = 15 # 麦麦获得的上下文数量,超出数量后自动丢弃 emoji_chance = 0.2 # 麦麦使用表情包的概率 -ban_words = ["打胶"] +ban_words = [ + # "403","张三" + ] [emoji] check_interval = 120 # 检查表情包的时间间隔