diff --git a/simple_commands.py b/simple_commands.py index ee6bf85..4c8979f 100644 --- a/simple_commands.py +++ b/simple_commands.py @@ -126,7 +126,7 @@ def stats(bot, update): ) n = us.first_places - m = round((us.first_places / us.games_played) * 100) + m = round((us.first_places / us.games_played) * 100) if games_played else 0 stats_text.append( _("{number} first place ({percent}%)", "{number} first places ({percent}%)",