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-22 19:58:20 +02:00
parent 72dbc6c6f0
commit c16ec0a941

View file

@ -21,7 +21,7 @@ steamids = {
'@fedyal': 76561198109189938,
'@acterryg': 76561198146704979,
'@youtouchmytralala': 76561198121094516,
'@heisendex_themaddoctor': 76561198080377213,
'@heisendoc': 76561198080377213,
'@supermattemb': 76561198115852550,
'@peraemela99': 76561198161867082,
'@thevagginadestroyer': 76561198128738388,
@ -225,4 +225,4 @@ while(True):
ctbpp = float(ctb[0]['pp_raw'])
osumaniapp = float(osumania[0]['pp_raw'])
#Manda il messaggio
sendMessage(name + " ha:" + chr(10) + str(int(osupp)) + "pp su Osu!" + chr(10) + str(int(taikopp)) + "pp su Taiko" + chr(10) + str(int(ctbpp)) + "pp su Catch the Beat" + chr(10) + str(int(osumaniapp)) + "pp su Osu!mania", msg['chat']['id'], msg['from']['id'])
sendMessage(name + " ha:" + chr(10) + str(int(osupp)) + "pp su Osu!" + chr(10) + str(int(taikopp)) + "pp su Taiko" + chr(10) + str(int(ctbpp)) + "pp su Catch the Beat" + chr(10) + str(int(osumaniapp)) + "pp su Osu!mania", msg['chat']['id'], msg['from']['id'])