Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
bruh
Browse files Browse the repository at this point in the history
  • Loading branch information
MaskDuck committed Apr 18, 2024
1 parent bafd4cf commit c4510a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _orangcbot/extensions/fun.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ async def slappy(self, ctx: commands.Context, *, user: nextcord.Member):

def check(m: _BattleInvitation):
return m == inv
await _ctx.bot.wait_for("battle_acceptance", check=check, timeout=60)
await ctx.bot.wait_for("battle_acceptance", check=check, timeout=60)
k = SlapView(inv, ctx)
end = datetime.datetime.now() + datetime.timedelta(seconds=90)
i = await ctx.send(f"<@{int(inv.uid1)}> and <@{inv.uid2}> has gone for a Slappy Slappy game. Press the button to score. This game ends in {nextcord.utils.format_dt(end, style='R')}.", allowed_mentions=nextcord.AllowedMentions.none(), view=k)
Expand Down

0 comments on commit c4510a5

Please sign in to comment.