mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
E invece..
This commit is contained in:
parent
9f27989c1d
commit
1f7f19e0e1
1 changed files with 8 additions and 5 deletions
13
bot.py
13
bot.py
|
@ -320,7 +320,8 @@ while True:
|
|||
telegram.sendmessage("*Taiko*\n"
|
||||
"[Beatmap " + r['beatmap_id'] + "](" + 'https://osu.ppy.sh/b/' + r[
|
||||
'beatmap_id'] +
|
||||
")\n*" + r['rank'] + "*\n*Punti*: " + r['score'] + "\n"
|
||||
")\n*" + r['rank'] + "*\n" + mods +
|
||||
"\n*Punti*: " + r['score'] + "\n"
|
||||
"*Combo* x" + r['maxcombo'] + "\n"
|
||||
"*Great*: " + r['count300'] + "\n"
|
||||
"*Good*: " + r['count100'] + "\n"
|
||||
|
@ -331,7 +332,8 @@ while True:
|
|||
telegram.sendmessage("*Catch the Beat*\n"
|
||||
"[Beatmap " + r['beatmap_id'] + "](" + 'https://osu.ppy.sh/b/' + r[
|
||||
'beatmap_id'] +
|
||||
")\n*" + r['rank'] + "*\n*Punti*: " + r['score'] + "\n"
|
||||
")\n*" + r['rank'] + "*\n" + mods +
|
||||
"\n*Punti*: " + r['score'] + "\n"
|
||||
"*Combo* x" + r['maxcombo'] + "\n"
|
||||
"*Fruit*: " + r['count300'] + "\n"
|
||||
"*Droplet* _tick_: " + r['count100'] + "\n"
|
||||
|
@ -340,8 +342,8 @@ while True:
|
|||
elif mode == 3:
|
||||
telegram.sendmessage("*Osu!mania*\n" +
|
||||
"[Beatmap " + r['beatmap_id'] + "](" + 'https://osu.ppy.sh/b/' + r[
|
||||
'beatmap_id'] + ")\n*" + r['rank'] +
|
||||
"*\n*Punti*: " + r['score'] + "\n"
|
||||
'beatmap_id'] + ")\n*" + r['rank'] + "*\n" + mods +
|
||||
"\n*Punti*: " + r['score'] + "\n"
|
||||
"*Combo* x" + r['maxcombo'] + "\n"
|
||||
"_Rainbow_ *300*: " + r['countgeki'] + "\n"
|
||||
"*300*: " + r['count300'] + "\n"
|
||||
|
@ -356,7 +358,8 @@ while True:
|
|||
telegram.sendmessage("*Osu!*\n"
|
||||
"[Beatmap " + r['beatmap_id'] + "](" + 'https://osu.ppy.sh/b/' + r[
|
||||
'beatmap_id'] +
|
||||
")\n*" + r['rank'] + "*\n*Punti*: " + r['score'] + "\n"
|
||||
")\n*" + r['rank'] + "*\n" + mods +
|
||||
"\n*Punti*: " + r['score'] + "\n"
|
||||
"*Combo* x" + r['maxcombo'] + "\n"
|
||||
"*300*: " + r['count300'] + "\n"
|
||||
"*100*: " + r['count100'] + "\n"
|
||||
|
|
Loading…
Reference in a new issue