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:
parent
ea333c2533
commit
1bcbaad114
1 changed files with 3 additions and 3 deletions
6
bot.py
6
bot.py
|
@ -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")
|
||||||
|
|
Loading…
Reference in a new issue