mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-30 15:04:18 +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")
|
print("@" + username + ": /ciaostefanino")
|
||||||
# Rispondi salutando Stefanino.
|
# Rispondi salutando Stefanino.
|
||||||
telegram.sendmessage("Ciao Stefanino!!!", sentin, source)
|
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'):
|
elif text.startswith('/ehoh'):
|
||||||
print("@" + username + ": /ehoh")
|
print("@" + username + ": /ehoh")
|
||||||
# Rispondi con Eh, oh. Sono cose che capitano.
|
# Rispondi con Eh, oh. Sono cose che capitano.
|
||||||
|
|
Loading…
Reference in a new issue