diff --git a/bot.py b/bot.py index 516a8015..6a21661c 100644 --- a/bot.py +++ b/bot.py @@ -550,6 +550,8 @@ while True: ombromanto() elif text.startswith('/getrygimage'): getrygimage() + elif text.startswith('/smecds'): + smecds() else: print("@" + username + " bloccato.") except Exception as e: