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

Modificato il testo per gli errori critici

This commit is contained in:
Steffo 2016-09-21 16:52:42 +02:00
parent d5fc318e85
commit 2b48d9bffb

15
bot.py
View file

@ -507,24 +507,16 @@ while True:
ciaostefanino()
elif text.startswith('/balurage') or text.startswith("/madden"):
balurage()
elif text.startswith('/potatogift'):
potatogift()
elif text.startswith('/ciaoruozi'):
ciaoruozi()
elif text.startswith('/ehoh'):
ehoh()
elif text.startswith('/playing'):
playing()
elif text.startswith('/saldi'):
saldi()
elif text.startswith('/sbam'):
elif text.startswith('/sbam') or text.startswith('/rekt'):
sbam()
elif text.startswith('/osu'):
osucmd()
elif text.startswith('/roll'):
roll()
elif text.startswith('/automah'):
automah()
elif text.startswith('/cv'):
cv()
elif text.startswith('/online'):
@ -542,7 +534,8 @@ while True:
else:
print("@" + username + " bloccato.")
except Exception as e:
telegram.sendmessage(chr(9762) + " *ERRORE CRITICO:\n*"
"{0}\n".format(repr(e)), -2141322)
telegram.sendmessage(chr(9762) + " *Errore critico:\n*"
"{0}\n\n"
"Secondo me, è colpa dello stagista.".format(repr(e)), -2141322)
print("ERRORE CRITICO:\n"
"{0}".format(repr(e)))