mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-24 03:54: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'):
|
elif text.startswith('/crash'):
|
||||||
# Crasha il bot. Mi sembra geniale.
|
# Crasha il bot. Mi sembra geniale.
|
||||||
if username == 'Steffo':
|
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:
|
else:
|
||||||
print("@" + username + " bloccato.")
|
print("@" + username + " bloccato.")
|
||||||
except Exception:
|
except Exception:
|
||||||
|
|
Loading…
Reference in a new issue