1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-24 03:54:20 +00:00

Rimosso /restart

This commit is contained in:
Steffo 2016-03-04 14:38:32 +01:00
parent 664fa79741
commit ad208cf44a

11
bot.py
View file

@ -6,7 +6,6 @@ import steam
import random import random
import osu import osu
import hearthstone import hearthstone
import sys
import lol import lol
import string import string
@ -559,16 +558,6 @@ while True:
# Manda l'audio So much to do, so much to see # Manda l'audio So much to do, so much to see
print("@" + username + ": /shrekt ") print("@" + username + ": /shrekt ")
telegram.senddocument("BQADBAADsQADiBjiAqYN-EBXASyhAg", sentin) telegram.senddocument("BQADBAADsQADiBjiAqYN-EBXASyhAg", sentin)
elif text.startswith('/restart'):
# Riavvia il bot
if username == "Steffo":
print("@" + username + ": /restart ")
telegram.sendmessage("Riavvio accettato.", sentin, source)
sys.exit(0)
else:
telegram.sendmessage(
chr(9888) + " Non hai i permessi necessari per creare una nuova votazione.",
sentin, source)
elif text.startswith('/nuovavotazione'): elif text.startswith('/nuovavotazione'):
if username == "Steffo": if username == "Steffo":
print("@" + username + ": /nuovavotazione ") print("@" + username + ": /nuovavotazione ")