From 41c0a8bea113dfff7de24d03c046fd9014a70373 Mon Sep 17 00:00:00 2001 From: omg-xtao <100690902+omg-xtao@users.noreply.github.com> Date: Sat, 30 Dec 2023 15:18:53 +0800 Subject: [PATCH] :memo: Update config example --- docs/quick-start/config.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/quick-start/config.md b/docs/quick-start/config.md index f69890b..effb98e 100644 --- a/docs/quick-start/config.md +++ b/docs/quick-start/config.md @@ -58,7 +58,7 @@ BOT_TOKEN="xxxxxxx" 可选。`username` 来自 Telegram 用户信息界面;`user_id` 可通过 [Telegram@IDBot](https://t.me/username_to_id_bot) 获取。 ```dotenv -ADMINS=[{ "username": "", "user_id": -1 }] +OWNER=777000 ``` ### 其他功能 @@ -76,7 +76,7 @@ ERROR_NOTIFICATION_CHAT_ID=chat_id 可选。 ```dotenv -CHANNELS=[{ "name": "", "chat_id": 1}] +CHANNELS=[-100xxx] ``` #### 允许机器人邀请到其他群