Update bot.py

This commit is contained in:
SengokuCola
2025-03-07 16:16:07 +08:00
parent 4a27446430
commit 4abe951b3c

2
bot.py
View File

@@ -18,7 +18,7 @@ print(rainbow_text)
# 初次启动检测
if not os.path.exists("config/bot_config.toml"):
logger.info("检测到bot_config.toml不存在正在从模板复制")
logger.warning("检测到bot_config.toml不存在正在从模板复制")
import shutil
shutil.copy("templete/bot_config_template.toml", "config/bot_config.toml")