diff --git a/bot.py b/bot.py index 5a504fd3..240715de 100644 --- a/bot.py +++ b/bot.py @@ -286,8 +286,8 @@ while True: "*300*: " + r['count300'] + "\n" "*100*: " + r['count100'] + "\n" "*50*: " + r['count50'] + "\n" - "*Awesome*: " + r['countkatu'] + "\n" - "*Good*: " + r['countgeki'] + "\n" + "*Awesome*: " + r['countgeki'] + "\n" + "*Good*: " + r['countkatu'] + "\n" "*Miss*: " + r['countmiss'], sentin) elif text.startswith('/roll'): print("@" + username + ": /roll")