diff --git a/danding_bot/plugins/group_horse_racing/test_commands.py b/danding_bot/plugins/group_horse_racing/test_commands.py index 3262d0b..fb6a69b 100644 --- a/danding_bot/plugins/group_horse_racing/test_commands.py +++ b/danding_bot/plugins/group_horse_racing/test_commands.py @@ -133,7 +133,7 @@ def _generate_random_horse_names(count: int) -> list[str]: return list(names)[:count] -test_simulate_race_cmd = on_command("测试模拟赛马", aliases={"测试模拟"}, priority=5, block=True) +test_simulate_race_cmd = on_command("测试模拟赛马", aliases={"测试模拟"}, priority=1, block=True) class _FakeBot: @@ -201,6 +201,8 @@ async def handle_test_simulate_race(bot: Bot, event: Event): await test_simulate_race_cmd.finish("权限不足") return + await test_simulate_race_cmd.send("收到:测试模拟赛马,开始执行完全模拟(无真实积分/数据库副作用)") + scope = get_scope(event) lock = room_store.get_lock(scope)