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