Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
VishramKidPG123 authored and milenakos committed Dec 4, 2024
1 parent 55d22b0 commit 199b344
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -3022,7 +3022,7 @@ async def spin(interaction):
@bot.tree.command(description="oh no")
async def slots(message: discord.Interaction):
if message.user.id in slots_lock:
await message.response.send_message("you get kicked out of the slot machine because you are already there, and two of you playing at once would cause a glitch in the universe", ephemeral=True)
await message.response.send_message("you get kicked from the slot machine because you are already there, and two of you playing at once would cause a glitch in the universe", ephemeral=True)
await achemb(message, "paradoxical_gambler", "send")
return

Expand All @@ -3038,7 +3038,7 @@ async def spin(interaction):
await do_funny(interaction)
return
if message.user.id in slots_lock:
await interaction.response.send_message("you get kicked out of the slot machine because you are already there, and two of you playing at once would cause a glitch in the universe", ephemeral=True)
await interaction.response.send_message("you get kicked from the slot machine because you are already there, and two of you playing at once would cause a glitch in the universe", ephemeral=True)
return
user = get_profile(interaction.guild.id, interaction.user.id)

Expand Down

0 comments on commit 199b344

Please sign in to comment.