From b41d334d2bd19e7e7759bf2d56a03049b7bbfc18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=AC=E6=98=8E?= <83812544+Ed1s0nZ@users.noreply.github.com> Date: Mon, 6 Jul 2026 14:00:08 +0800 Subject: [PATCH] Update config.yaml --- config.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/config.yaml b/config.yaml index 893cd25e..667047e5 100644 --- a/config.yaml +++ b/config.yaml @@ -357,6 +357,24 @@ robots: app_secret: "" verify_token: "" allow_chat_id_fallback: false + telegram: # Telegram + enabled: false + bot_token: "" + bot_username: "" + allow_group_messages: false + slack: # Slack + enabled: false + bot_token: "" + app_token: "" + discord: # Discord + enabled: false + bot_token: "" + allow_guild_messages: false + qq: # QQ 机器人 + enabled: false + app_id: "" + client_secret: "" + sandbox: true # ============================================ # Skills 相关配置 # ============================================