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

E invece..

This commit is contained in:
Steffo 2016-01-30 16:53:27 +01:00
parent 9f27989c1d
commit 1f7f19e0e1

13
bot.py
View file

@ -320,7 +320,8 @@ while True:
telegram.sendmessage("*Taiko*\n" telegram.sendmessage("*Taiko*\n"
"[Beatmap " + r['beatmap_id'] + "](" + 'https://osu.ppy.sh/b/' + r[ "[Beatmap " + r['beatmap_id'] + "](" + 'https://osu.ppy.sh/b/' + r[
'beatmap_id'] + '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" "*Combo* x" + r['maxcombo'] + "\n"
"*Great*: " + r['count300'] + "\n" "*Great*: " + r['count300'] + "\n"
"*Good*: " + r['count100'] + "\n" "*Good*: " + r['count100'] + "\n"
@ -331,7 +332,8 @@ while True:
telegram.sendmessage("*Catch the Beat*\n" telegram.sendmessage("*Catch the Beat*\n"
"[Beatmap " + r['beatmap_id'] + "](" + 'https://osu.ppy.sh/b/' + r[ "[Beatmap " + r['beatmap_id'] + "](" + 'https://osu.ppy.sh/b/' + r[
'beatmap_id'] + '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" "*Combo* x" + r['maxcombo'] + "\n"
"*Fruit*: " + r['count300'] + "\n" "*Fruit*: " + r['count300'] + "\n"
"*Droplet* _tick_: " + r['count100'] + "\n" "*Droplet* _tick_: " + r['count100'] + "\n"
@ -340,8 +342,8 @@ while True:
elif mode == 3: elif mode == 3:
telegram.sendmessage("*Osu!mania*\n" + telegram.sendmessage("*Osu!mania*\n" +
"[Beatmap " + r['beatmap_id'] + "](" + 'https://osu.ppy.sh/b/' + r[ "[Beatmap " + r['beatmap_id'] + "](" + 'https://osu.ppy.sh/b/' + r[
'beatmap_id'] + ")\n*" + r['rank'] + 'beatmap_id'] + ")\n*" + r['rank'] + "*\n" + mods +
"*\n*Punti*: " + r['score'] + "\n" "\n*Punti*: " + r['score'] + "\n"
"*Combo* x" + r['maxcombo'] + "\n" "*Combo* x" + r['maxcombo'] + "\n"
"_Rainbow_ *300*: " + r['countgeki'] + "\n" "_Rainbow_ *300*: " + r['countgeki'] + "\n"
"*300*: " + r['count300'] + "\n" "*300*: " + r['count300'] + "\n"
@ -356,7 +358,8 @@ while True:
telegram.sendmessage("*Osu!*\n" telegram.sendmessage("*Osu!*\n"
"[Beatmap " + r['beatmap_id'] + "](" + 'https://osu.ppy.sh/b/' + r[ "[Beatmap " + r['beatmap_id'] + "](" + 'https://osu.ppy.sh/b/' + r[
'beatmap_id'] + '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" "*Combo* x" + r['maxcombo'] + "\n"
"*300*: " + r['count300'] + "\n" "*300*: " + r['count300'] + "\n"
"*100*: " + r['count100'] + "\n" "*100*: " + r['count100'] + "\n"