mirror of https://github.com/Mai-with-u/MaiBot.git
🐛 fix(MaiLauncher.bat): 移除多余的 `re` 命令,修复脚本逻辑
parent
f0b338b4ca
commit
c7aeb02257
|
|
@ -286,7 +286,6 @@ goto menu
|
||||||
cls
|
cls
|
||||||
if not exist config/bot_config.toml (
|
if not exist config/bot_config.toml (
|
||||||
copy /Y "template\bot_config_template.toml" "config\bot_config.toml"
|
copy /Y "template\bot_config_template.toml" "config\bot_config.toml"
|
||||||
re
|
|
||||||
|
|
||||||
)
|
)
|
||||||
if not exist .env.prod (
|
if not exist .env.prod (
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue