From 7ee3fda3046670b07349b985c2d76c3315f6f1a2 Mon Sep 17 00:00:00 2001 From: Jah-yee Date: Thu, 23 Apr 2026 16:18:36 +0800 Subject: [PATCH] fix: quote tg_allowed_users value and fix star-history badge URL --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8c6cb8be..b499f5ba 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ Full guide: [GETTING_STARTED.md](GETTING_STARTED.md) ```python # mykey.py tg_bot_token = 'YOUR_BOT_TOKEN' -tg_allowed_users = [YOUR_USER_ID] +tg_allowed_users = ["YOUR_USER_ID"] ``` ```bash @@ -461,7 +461,7 @@ MIT License — 详见 [LICENSE](LICENSE) ## 📈 Star History - +