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'])