Skip to content

Commit 418c077

Browse files
committed
fix: add default bot_api
1 parent f89686b commit 418c077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class ConfigModel(BaseModel):
4444
curseforge_api: str = "https://api.curseforge.com" # 不然和api的拼接对不上
4545
modrinth_api: str = "https://api.modrinth.com/v2"
4646
telegram_bot: bool = False
47-
bot_api: str = "<bot api>"
47+
bot_api: str = "https://api.telegram.org/bot"
4848
bot_token: str = "<bot token>"
4949
chat_id: str = "<chat id>"
5050
telegram_proxy: Optional[str] = None

0 commit comments

Comments
 (0)