We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f89686b commit 418c077Copy full SHA for 418c077
config.py
@@ -44,7 +44,7 @@ class ConfigModel(BaseModel):
44
curseforge_api: str = "https://api.curseforge.com" # 不然和api的拼接对不上
45
modrinth_api: str = "https://api.modrinth.com/v2"
46
telegram_bot: bool = False
47
- bot_api: str = "<bot api>"
+ bot_api: str = "https://api.telegram.org/bot"
48
bot_token: str = "<bot token>"
49
chat_id: str = "<chat id>"
50
telegram_proxy: Optional[str] = None
0 commit comments