diff --git a/danding_bot/plugins/group_horse_racing/test_commands.py b/danding_bot/plugins/group_horse_racing/test_commands.py index 570c314..3262d0b 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("测试模拟赛马", priority=5) +test_simulate_race_cmd = on_command("测试模拟赛马", aliases={"测试模拟"}, priority=5, block=True) class _FakeBot: