Skip to content

Commit

Permalink
v1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Just Wait committed Nov 28, 2024
1 parent 0e87f7e commit b80a70e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b80a70e

Please sign in to comment.