🐛 fix(MaiLauncher.bat): 移除多余的 `re` 命令,修复脚本逻辑

pull/417/head
KawaiiYusora 2025-03-15 18:56:13 +08:00
parent f0b338b4ca
commit c7aeb02257
No known key found for this signature in database
GPG Key ID: A9342481CF5D49A1
1 changed files with 0 additions and 1 deletions

View File

@ -286,7 +286,6 @@ goto menu
cls
if not exist config/bot_config.toml (
copy /Y "template\bot_config_template.toml" "config\bot_config.toml"
re
)
if not exist .env.prod (