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:
parent
72dbc6c6f0
commit
c16ec0a941
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ steamids = {
|
||||||
'@fedyal': 76561198109189938,
|
'@fedyal': 76561198109189938,
|
||||||
'@acterryg': 76561198146704979,
|
'@acterryg': 76561198146704979,
|
||||||
'@youtouchmytralala': 76561198121094516,
|
'@youtouchmytralala': 76561198121094516,
|
||||||
'@heisendex_themaddoctor': 76561198080377213,
|
'@heisendoc': 76561198080377213,
|
||||||
'@supermattemb': 76561198115852550,
|
'@supermattemb': 76561198115852550,
|
||||||
'@peraemela99': 76561198161867082,
|
'@peraemela99': 76561198161867082,
|
||||||
'@thevagginadestroyer': 76561198128738388,
|
'@thevagginadestroyer': 76561198128738388,
|
||||||
|
@ -225,4 +225,4 @@ while(True):
|
||||||
ctbpp = float(ctb[0]['pp_raw'])
|
ctbpp = float(ctb[0]['pp_raw'])
|
||||||
osumaniapp = float(osumania[0]['pp_raw'])
|
osumaniapp = float(osumania[0]['pp_raw'])
|
||||||
#Manda il messaggio
|
#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'])
|
||||||
|
|
Loading…
Reference in a new issue