mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Ops.
This commit is contained in:
parent
0a3656af08
commit
c449a998d2
1 changed files with 1 additions and 1 deletions
2
bot.py
2
bot.py
|
@ -717,7 +717,7 @@ while True:
|
|||
elif text.startswith('/crash'):
|
||||
# Crasha il bot. Mi sembra geniale.
|
||||
if username == 'Steffo':
|
||||
raise SystemExit("Ho appena fatto crashare tutto apposta. Sono un genio.")
|
||||
raise Exception("Ho appena fatto crashare tutto apposta. Sono un genio.")
|
||||
else:
|
||||
print("@" + username + " bloccato.")
|
||||
except Exception:
|
||||
|
|
Loading…
Reference in a new issue