1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-27 13:34:28 +00:00

Bugfix vari

This commit is contained in:
Steffo 2016-09-21 17:18:30 +02:00
parent 900bcea123
commit 925828dfb1

2
bot.py
View file

@ -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: