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)