From 109a382507dd894282983721ec2416fb61a0678c Mon Sep 17 00:00:00 2001 From: mutezebra Date: Fri, 6 Mar 2026 12:53:48 +0800 Subject: [PATCH] chore(feishu): add random_reaction_emoji to example config --- config/config.example.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/config.example.json b/config/config.example.json index 2f643d41b..f0e6e0c4b 100644 --- a/config/config.example.json +++ b/config/config.example.json @@ -98,7 +98,8 @@ "encrypt_key": "", "verification_token": "", "allow_from": [], - "reasoning_channel_id": "" + "reasoning_channel_id": "", + "random_reaction_emoji": [] }, "dingtalk": { "enabled": false,