From e621016e9a8c21ee5febd97c441fedf1b36cbc5f Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Tue, 7 Oct 2025 06:06:21 -0700 Subject: [PATCH] nom nom --- modules/games/tictactoe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/games/tictactoe.py b/modules/games/tictactoe.py index fff6cdd..c9e5d10 100644 --- a/modules/games/tictactoe.py +++ b/modules/games/tictactoe.py @@ -159,7 +159,7 @@ class TicTacToe: elif winner == X: return "🤖Bot wins! (n)ew (e)nd" else: - return "🤝Tie game! (n)ew (e)nd" + return "🤝Tie, The only winning move! (n)ew (e)nd" def play(self, id, input_msg): """Main game play function"""