Skip to content

Commit

Permalink
Actual fix this time
Browse files Browse the repository at this point in the history
  • Loading branch information
lilstiffy committed Dec 20, 2023
1 parent 767001a commit e0ad361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ async def russian_roulette(interraction: discord.Interaction):

if did_shoot:
import datetime
await interraction.user.timeout(datetime.timedelta(minutes=5), "Du sköt dig själv i huvudet ☠️")
await interraction.user.timeout(datetime.timedelta(minutes=5), reason="Du sköt dig själv i huvudet ☠️")

embed.add_field(name="Resultat", value="Sköt sig själv ☠️" if did_shoot else "Överlevde rundan 🎉")

Expand Down

0 comments on commit e0ad361

Please sign in to comment.