From 1bcbaad11471865ee68bdc5aacd62d4f1bd994eb Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Mon, 16 May 2016 18:44:27 +0200 Subject: [PATCH] katu e geki invertiti di nuovo? boh --- bot.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bot.py b/bot.py index 42b025f2..f7ad5901 100644 --- a/bot.py +++ b/bot.py @@ -254,8 +254,8 @@ while True: r['count300'], r['count100'], r['count50'], - r['countkatu'], r['countgeki'], + r['countkatu'], r['countmiss']), sentin, source) elif mode == 1: # Visualizza le informazioni relative alla modalità osu!taiko @@ -277,8 +277,8 @@ while True: r['maxcombo'], r['count300'], r['count100'], - r['countkatu'], r['countgeki'], + r['countkatu'], r['countmiss']), sentin, source) elif mode == 2: # TODO: Cos'è successo qui? @@ -340,8 +340,8 @@ while True: r['count300'], r['count100'], r['count50'], - r['countkatu'], r['countgeki'], + r['countkatu'], r['countmiss']), sentin, source) elif text.startswith('/roll'): print("@" + username + ": /roll")