diff --git a/funcs/games/hex.py b/funcs/games/hex.py index 4295fc0..205f1b4 100644 --- a/funcs/games/hex.py +++ b/funcs/games/hex.py @@ -162,7 +162,7 @@ def placeHex(channel : str,position : str, user): if winner == 0: # Continue with the game. gameWon = False - message = getName(data[channel]["players"][player-1])+" placed at "+position.upper()+". It's now "+getName(data[channel]["players"][turn-1])+"'s turn. The score is "+str(score) + message = getName(data[channel]["players"][player-1])+" placed at "+position.upper()+". It's now "+getName(data[channel]["players"][turn-1])+"'s turn."# The score is "+str(score) else: # Congratulations! gameWon = True