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 6fb4657 commit bda33d5Copy full SHA for bda33d5
settingsExample.json
@@ -10,7 +10,7 @@
10
"port": 8000,
11
"enable": false
12
},
13
- "version": "v2.5.0",
+ "version": "v2.6.0",
14
"mongodb": "mongodb://localhost:27017/",
15
"music_temp_base": "./temp/music",
16
"model_priority": [
update.py
@@ -2,7 +2,7 @@
2
from io import BytesIO
3
4
ROOT_DIR = os.path.dirname(os.path.abspath(__file__)) # 獲取當前腳本所在的目錄路徑
5
-__version__ = "v2.5.0" # 當前版本號
+__version__ = "v2.6.0" # 當前版本號
6
7
GITHUB_API_URL = "https://api.github.com/repos/PigPig-discord-LLM-bot/releases/latest" # GitHub API 地址,用於獲取最新版本信息
8
PIGPIG_URL = "https://github.com/PigPig-discord-LLM-bot/archive/" # 下載 PigPig Bot 的 URL
0 commit comments