mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44: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()
|
||||
elif text.startswith('/version'):
|
||||
version()
|
||||
elif text.startswith('/crash'):
|
||||
if username == "Steffo":
|
||||
raise Exception("SMECDS")
|
||||
else:
|
||||
print("@" + username + " bloccato.")
|
||||
except Exception as e:
|
||||
|
|
Loading…
Reference in a new issue