mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-24 03:54:20 +00:00
rimesso /crash
This commit is contained in:
parent
94d21784c9
commit
ac2aefe87b
1 changed files with 3 additions and 0 deletions
3
bot.py
3
bot.py
|
@ -580,6 +580,9 @@ while True:
|
||||||
ciaospaggia()
|
ciaospaggia()
|
||||||
elif text.startswith('/version'):
|
elif text.startswith('/version'):
|
||||||
version()
|
version()
|
||||||
|
elif text.startswith('/crash'):
|
||||||
|
if username == "Steffo":
|
||||||
|
raise Exception("SMECDS")
|
||||||
else:
|
else:
|
||||||
print("@" + username + " bloccato.")
|
print("@" + username + " bloccato.")
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
|
Loading…
Reference in a new issue