1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-27 13:34:28 +00:00

Update royalbot.py

This commit is contained in:
DrHeisenberg 2015-08-12 14:58:38 +02:00
parent 9c6033c358
commit 3f12bf7f59

View file

@ -21,7 +21,8 @@ steamids = {
'@fedYal': 76561198109189938,
'@ActerRYG': 76561198146704979,
'@YouTouchMyTralala': 76561198121094516,
'@Heisenberg_TheMadDoctor': 76561198080377213,
'@HeisenDex
_TheMadDoctor': 76561198080377213,
'@SuperMattemb': 76561198115852550,
'@Peraemela99': 76561198161867082,
'@thevagginadestroyer': 76561198128738388,
@ -199,4 +200,4 @@ while(True):
ctbpp = float(ctb[0]['pp_raw'])
osumaniapp = float(osumania[0]['pp_raw'])
#Manda il messaggio
sendMessage(name + " ha:" + unichr(10) + str(int(osupp)) + "pp su Osu!" + unichr(10) + str(int(taikopp)) + "pp su Taiko" + unichr(10) + str(int(ctbpp)) + "pp su Catch the Beat" + unichr(10) + str(int(osumaniapp)) + "pp su Osu!mania", msg['chat']['id'], msg['from']['id'])
sendMessage(name + " ha:" + unichr(10) + str(int(osupp)) + "pp su Osu!" + unichr(10) + str(int(taikopp)) + "pp su Taiko" + unichr(10) + str(int(ctbpp)) + "pp su Catch the Beat" + unichr(10) + str(int(osumaniapp)) + "pp su Osu!mania", msg['chat']['id'], msg['from']['id'])