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(