mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-24 03:54:20 +00:00
Update bot.py
This commit is contained in:
parent
a2cada4dc9
commit
cce3a59a9e
1 changed files with 3 additions and 0 deletions
3
bot.py
3
bot.py
|
@ -272,6 +272,9 @@ while True:
|
||||||
text = str("[" + r['name'] + "](" + r['img'] + ")\n" +
|
text = str("[" + r['name'] + "](" + r['img'] + ")\n" +
|
||||||
str(r['health']) + " salute\n")
|
str(r['health']) + " salute\n")
|
||||||
telegram.sendmessage(text, sby)
|
telegram.sendmessage(text, sby)
|
||||||
|
elif(cmd[0].startswith('/everyonegetinhere')):
|
||||||
|
print(unm + ": /everyonegetinhere")
|
||||||
|
telegram.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", sby)
|
||||||
elif cmd[0].startswith('/restart'):
|
elif cmd[0].startswith('/restart'):
|
||||||
if unm == "@Steffo":
|
if unm == "@Steffo":
|
||||||
telegram.sendmessage("Riavvio confermato.", sby)
|
telegram.sendmessage("Riavvio confermato.", sby)
|
||||||
|
|
Loading…
Reference in a new issue