1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-24 03:54:20 +00:00

katu e geki invertiti di nuovo? boh

This commit is contained in:
Steffo 2016-05-16 18:44:27 +02:00
parent ea333c2533
commit 1bcbaad114

6
bot.py
View file

@ -254,8 +254,8 @@ while True:
r['count300'], r['count300'],
r['count100'], r['count100'],
r['count50'], r['count50'],
r['countkatu'],
r['countgeki'], r['countgeki'],
r['countkatu'],
r['countmiss']), sentin, source) r['countmiss']), sentin, source)
elif mode == 1: elif mode == 1:
# Visualizza le informazioni relative alla modalità osu!taiko # Visualizza le informazioni relative alla modalità osu!taiko
@ -277,8 +277,8 @@ while True:
r['maxcombo'], r['maxcombo'],
r['count300'], r['count300'],
r['count100'], r['count100'],
r['countkatu'],
r['countgeki'], r['countgeki'],
r['countkatu'],
r['countmiss']), sentin, source) r['countmiss']), sentin, source)
elif mode == 2: elif mode == 2:
# TODO: Cos'è successo qui? # TODO: Cos'è successo qui?
@ -340,8 +340,8 @@ while True:
r['count300'], r['count300'],
r['count100'], r['count100'],
r['count50'], r['count50'],
r['countkatu'],
r['countgeki'], r['countgeki'],
r['countkatu'],
r['countmiss']), sentin, source) r['countmiss']), sentin, source)
elif text.startswith('/roll'): elif text.startswith('/roll'):
print("@" + username + ": /roll") print("@" + username + ": /roll")