From 18c9cee54059ac87b24033c3ffa7c732ce82b0bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jannes=20H=C3=B6ke?= Date: Tue, 16 Nov 2021 18:36:20 +0100 Subject: [PATCH] oops #104 @iuriguilherme --- simple_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simple_commands.py b/simple_commands.py index 7569584..ee6bf85 100644 --- a/simple_commands.py +++ b/simple_commands.py @@ -126,7 +126,7 @@ def stats(bot, update): ) n = us.first_places - m = round((us.games_played / us.first_places) * 100) if us.first_places else 0 + m = round((us.first_places / us.games_played) * 100) stats_text.append( _("{number} first place ({percent}%)", "{number} first places ({percent}%)",