mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-27 13:34:28 +00:00
Bugfix vari
This commit is contained in:
parent
900bcea123
commit
925828dfb1
1 changed files with 2 additions and 0 deletions
2
bot.py
2
bot.py
|
@ -550,6 +550,8 @@ while True:
|
||||||
ombromanto()
|
ombromanto()
|
||||||
elif text.startswith('/getrygimage'):
|
elif text.startswith('/getrygimage'):
|
||||||
getrygimage()
|
getrygimage()
|
||||||
|
elif text.startswith('/smecds'):
|
||||||
|
smecds()
|
||||||
else:
|
else:
|
||||||
print("@" + username + " bloccato.")
|
print("@" + username + " bloccato.")
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
|
Loading…
Reference in a new issue