diff --git a/commands/handlers.py b/commands/handlers.py index 68eb423..d67a290 100644 --- a/commands/handlers.py +++ b/commands/handlers.py @@ -3,7 +3,7 @@ import random from typing import Optional, Match, Dict, Any import json # 确保已导入json from datetime import datetime # 确保已导入datetime -# import os # 导入os模块用于文件路径操作 +import os # 导入os模块用于文件路径操作 # from function.func_duel import DuelRankSystem # 前向引用避免循环导入