From b80a70ee89d3b5b30b57c8e95f6ba7980ae73a14 Mon Sep 17 00:00:00 2001 From: Just Wait Date: Thu, 28 Nov 2024 01:03:18 +0100 Subject: [PATCH] v1.9.1 --- scripts/engine.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/engine.py b/scripts/engine.py index 79a7d87..7e1283a 100644 --- a/scripts/engine.py +++ b/scripts/engine.py @@ -894,7 +894,7 @@ async def select_horse_callback(interaction, horse_index: int): nonlocal selected_horse selected_horse = horses[horse_index] await interaction.response.send_message( - f"{interaction.user.mention}, you selected **{selected_horse.replace(" ", "")}**! The race is starting! 🏇💨", + f"{interaction.user.mention}, you selected **{selected_horse.replace(' ', '')}**! The race is starting! 🏇💨", ephemeral=True, ) await race_animation(interaction)