添加了user_id回复黑名单

1
This commit is contained in:
SengokuCola
2025-02-28 20:10:19 +08:00
parent 718a64d506
commit 0f3cff2ed0
3 changed files with 9 additions and 5 deletions

View File

@@ -24,9 +24,6 @@ model_r1_distill_probability = 0.1
[groups]
read_allowed = [
#可以读取消息的群
]
talk_allowed = [
#可以回复消息的群
@@ -35,3 +32,7 @@ talk_allowed = [
talk_frequency_down = [
#降低回复频率的群
]
ban_user_id = [
#禁止回复消息的QQ号
]