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