diff --git a/bot.py b/bot.py index 30781d2e..f37694e7 100644 --- a/bot.py +++ b/bot.py @@ -539,10 +539,6 @@ while True: lolfree() elif text.startswith('/ombromanto'): ombromanto() - elif text.startswith('/crash'): - # Crasha il bot. Mi sembra geniale. - if username == 'Steffo': - raise Exception("Ho appena fatto crashare tutto apposta. Sono un genio.") else: print("@" + username + " bloccato.") except Exception as e: