fix: 调整测试环境 botname

This commit is contained in:
fuzhongyun 2026-01-29 17:35:00 +08:00
parent 3fc8c5dd93
commit 7120eef4e8
1 changed files with 1 additions and 1 deletions

View File

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