diff options
Diffstat (limited to 'bot/exts/fun/tic_tac_toe.py')
-rw-r--r-- | bot/exts/fun/tic_tac_toe.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/fun/tic_tac_toe.py b/bot/exts/fun/tic_tac_toe.py index f6ee6293..f249c072 100644 --- a/bot/exts/fun/tic_tac_toe.py +++ b/bot/exts/fun/tic_tac_toe.py @@ -156,7 +156,7 @@ class Game: ) try: - reaction, user = await self.ctx.bot.wait_for( + reaction, _ = await self.ctx.bot.wait_for( "reaction_add", timeout=60.0, check=confirm_check |