From c16ec0a941b5f5d3d77020eba2268f6201ded6ca Mon Sep 17 00:00:00 2001 From: DrHeisenberg Date: Sat, 22 Aug 2015 19:58:20 +0200 Subject: [PATCH] Update royalbot.py --- royalbot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/royalbot.py b/royalbot.py index 26b9426a..f131bba0 100644 --- a/royalbot.py +++ b/royalbot.py @@ -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']) \ No newline at end of file + 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'])