diff --git a/bot.py b/bot.py index 89cb7ab..27917df 100644 --- a/bot.py +++ b/bot.py @@ -367,7 +367,7 @@ def skip_player(bot, update): "Next player: %s" % (game.current_player.waiting_time, display_name( - game.current_player.user.next))) + game.current_player.next.user))) game.turn() return