mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Ciao spaggia
This commit is contained in:
parent
fd4fda6230
commit
c6bec79aca
1 changed files with 7 additions and 0 deletions
7
bot.py
7
bot.py
|
@ -466,6 +466,11 @@ def getrygimage():
|
|||
sentin, source)
|
||||
|
||||
|
||||
def ciaospaggia():
|
||||
# Buongiorno, stellina!
|
||||
print("@" + username + ": /ciaospaggia")
|
||||
telegram.sendmessage("Ma buongiorno, [Stellina](https://telegram.me/doom_darth_vader)!")
|
||||
|
||||
def smecds():
|
||||
# Secondo me, è colpa...
|
||||
print("@" + username + ": /smecds")
|
||||
|
@ -555,6 +560,8 @@ while True:
|
|||
getrygimage()
|
||||
elif text.startswith('/smecds'):
|
||||
smecds()
|
||||
elif text.startswith('/ciaospaggia'):
|
||||
ciaospaggia()
|
||||
else:
|
||||
print("@" + username + " bloccato.")
|
||||
except Exception as e:
|
||||
|
|
Loading…
Reference in a new issue