From 3b99bd01360b72cca120a6817c6631471a32850f Mon Sep 17 00:00:00 2001 From: superpenguin612 <74030080+superpenguin612@users.noreply.github.com> Date: Sat, 5 Aug 2023 10:30:46 -0400 Subject: [PATCH] fix black formatting --- bot/cogs/games.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bot/cogs/games.py b/bot/cogs/games.py index e8fe59e..3e2a741 100644 --- a/bot/cogs/games.py +++ b/bot/cogs/games.py @@ -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(