fix: 移除测试环境bot

This commit is contained in:
fuzhongyun 2026-01-31 18:31:54 +08:00
parent 091a3a50b0
commit 1eb63498d7
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ BOT="All"
CRON="start"
if [ "$MODE" = "dev" ]; then
CONFIG_FILE="config/config_test.yaml"
BOT="dingchg59zwwvmuuvldx"
BOT="zltx"
BRANCH="test"
CRON="close"
fi