diff --git a/danding_bot/plugins/group_horse_racing/commands.py b/danding_bot/plugins/group_horse_racing/commands.py index 67d57a1..f4e3890 100644 --- a/danding_bot/plugins/group_horse_racing/commands.py +++ b/danding_bot/plugins/group_horse_racing/commands.py @@ -518,7 +518,7 @@ async def handle_start(bot: Bot, event: Event): for horse in room.horses.values(): horse.state = HorseState.RACING - await start_cmd.finish("比赛开始!") + await start_cmd.send("比赛开始!") # Run race in background (outside command handler) task = asyncio.create_task(run_race_with_settlement(bot, room, scope))