nom
This commit is contained in:
SpudGunMan
2025-10-07 06:06:21 -07:00
parent cfaf652852
commit e621016e9a
+1 -1
View File
@@ -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"""