Skip to content

Commit

Permalink
fix black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
superpenguin612 committed Aug 5, 2023
1 parent f633d45 commit 3b99bd0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bot/cogs/games.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ def __init__(self, bot) -> None:
)
@app_commands.describe(player2="The player to ask to play tic tac toe with.")
async def tictactoe(self, ctx: commands.Context, player2: discord.User) -> None:

view = tools.Confirmation(player2, timeout=45.0)
msg = await ctx.send(
embed=tools.create_embed(
Expand Down

0 comments on commit 3b99bd0

Please sign in to comment.