mirror of
https://github.com/krau/SaveAny-Bot.git
synced 2026-07-03 05:01:25 +08:00
fix: typo
This commit is contained in:
@@ -3,8 +3,8 @@ workers = 4 # 同时下载文件数
|
|||||||
[telegram]
|
[telegram]
|
||||||
token = "" # Bot Token
|
token = "" # Bot Token
|
||||||
admins = [777000] # 你的 user_id
|
admins = [777000] # 你的 user_id
|
||||||
api_id = 123456 # Telegram API ID
|
app_id = 123456 # Telegram API ID
|
||||||
api_hash = "0123456789abcdef0123456789abcdef" # Telegram API Hash
|
app_hash = "0123456789abcdef0123456789abcdef" # Telegram API Hash
|
||||||
|
|
||||||
[log]
|
[log]
|
||||||
level = "DEBUG" # 日志等级
|
level = "DEBUG" # 日志等级
|
||||||
|
|||||||
Reference in New Issue
Block a user