1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-27 21:44:21 +00:00

Troppo poco tempo!

This commit is contained in:
Steffo 2015-08-11 14:57:24 +02:00
parent c392fba880
commit 869cf65768

View file

@ -182,14 +182,16 @@ while(True):
if(msg['text'] == "/osu"): if(msg['text'] == "/osu"):
sendMessage(unichr(9888) + " Non hai specificato un PlayerID o un username di osu! o Telegram!", msg['chat']['id'], msg['from']['id']) sendMessage(unichr(9888) + " Non hai specificato un PlayerID o un username di osu! o Telegram!", msg['chat']['id'], msg['from']['id'])
else: else:
#Royalbot sta scrivendo...
setTyping('typing', msg['chat']['id'])
#Persona selezionata #Persona selezionata
selezione = msg['text'][5:] selezione = msg['text'][5:]
#Ricevi i dati di Osu #Ricevi i dati di Osu e visualizza lo stato nella chat.
setTyping('typing', msg['chat']['id'])
osu = getOsuStatus(selezione, 0) osu = getOsuStatus(selezione, 0)
setTyping('typing', msg['chat']['id'])
taiko = getOsuStatus(selezione, 1) taiko = getOsuStatus(selezione, 1)
setTyping('typing', msg['chat']['id'])
ctb = getOsuStatus(selezione, 2) ctb = getOsuStatus(selezione, 2)
setTyping('typing', msg['chat']['id'])
osumania = getOsuStatus(selezione, 3) osumania = getOsuStatus(selezione, 3)
#Trova l'username della persona. #Trova l'username della persona.
name = osu[0]['username'] name = osu[0]['username']