mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-24 03:54:20 +00:00
Ehhh vabbè dai
This commit is contained in:
parent
211d4eb711
commit
579bcdc70e
1 changed files with 1 additions and 1 deletions
|
@ -189,4 +189,4 @@ while(True):
|
||||||
ctbpp = math.floor(float(ctb[0]['pp_raw']))
|
ctbpp = math.floor(float(ctb[0]['pp_raw']))
|
||||||
osumaniapp = math.floor(float(osumania[0]['pp_raw']))
|
osumaniapp = math.floor(float(osumania[0]['pp_raw']))
|
||||||
#Manda il messaggio
|
#Manda il messaggio
|
||||||
sendMessage(name + " ha:" + unichr(10) + str(osupp) + "pp su Osu!" + unichr(10) + str(taikopp) + "pp su Taiko" + unichr(10) + str(ctbpp) + "pp su Catch the Beat" + unichr(10) + str(osumaniapp) + "pp su Osu!mania")
|
sendMessage(name + " ha:" + unichr(10) + str(osupp) + "pp su Osu!" + unichr(10) + str(taikopp) + "pp su Taiko" + unichr(10) + str(ctbpp) + "pp su Catch the Beat" + unichr(10) + str(osumaniapp) + "pp su Osu!mania", msg['chat']['id'], msg['from']['id'])
|
Loading…
Reference in a new issue