mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Update bot.py
This commit is contained in:
parent
b06b6151ce
commit
a0f66cdb8c
1 changed files with 4 additions and 0 deletions
4
bot.py
4
bot.py
|
@ -128,6 +128,10 @@ while True:
|
|||
print("@" + username + ": /ahnonlosoio")
|
||||
# Rispondi con Ah, non lo so nemmeno io.
|
||||
telegram.sendmessage("Ah, non lo so nemmeno io!", sentin, source)
|
||||
elif text.startswith('/ciaostefanino'):
|
||||
print("@" + username + ": /ciaostefanino")
|
||||
# Rispondi salutando Stefanino.
|
||||
telegram.sendmessage("Ciao Stefanino!!!", sentin, source)
|
||||
elif text.startswith('/ehoh'):
|
||||
print("@" + username + ": /ehoh")
|
||||
# Rispondi con Eh, oh. Sono cose che capitano.
|
||||
|
|
Loading…
Reference in a new issue