mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 11:34:18 +00:00
Update royalbot.py
This commit is contained in:
parent
50c93e3688
commit
3fccd474bf
1 changed files with 4 additions and 1 deletions
|
@ -282,4 +282,7 @@ while(True):
|
|||
writeFile("ty/" + selezione + ".tyr", ty + ", @" + msg['from']['username'])
|
||||
sendMessage(chr(9989) + " Hai proposto un TY per " + selezione + "!", msg['chat']['id'], msg['from']['id'])
|
||||
else:
|
||||
sendMessage(chr(9888) + " Username inesistente!", msg['chat']['id'], msg['from']['id'])
|
||||
sendMessage(chr(9888) + " Username inesistente!", msg['chat']['id'], msg['from']['id'])
|
||||
#Elenca gli username del gruppo
|
||||
elif(msg['text'].startswith("/everyonegetinhere")):
|
||||
sendMessage("@ActerRY \n@Adry99 \n@Alleanderl \n@Boni3099 \n@Cosimo03 \n@EnriBenassati \n@EvilBalu \n@FrankRekt \n@Fultz \n@GoToB \n@HeisenDoc \n@iEmax \n@IlGattopardo \n@MaxSensei \n@MRdima98 \n@Peramela99 \n@RuoziR \n@SuperSmurf \n@Steffo \n@Tauei \n@thevagginadestroyer \n@Vivalafigliadellortolano \n@Voltaggio", msg['chat']['id'], msg['from']['id'])
|
||||
|
|
Loading…
Reference in a new issue