1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00
This commit is contained in:
Steffo 2016-08-17 21:01:12 +02:00
parent b0b00576f9
commit 03ea46a54d

6
bot.py
View file

@ -109,9 +109,9 @@ while True:
print("@" + username + ": /bananaphone") print("@" + username + ": /bananaphone")
telegram.sendmessage("[Chiamata in arrivo da Numero Privato]" telegram.sendmessage("[Chiamata in arrivo da Numero Privato]"
"(https://www.youtube.com/watch?v=j5C6X9vOEkU)", sentin, source) "(https://www.youtube.com/watch?v=j5C6X9vOEkU)", sentin, source)
elif text.startswith('/2') and '4me': elif text.startswith('/ombromanto'):
print("@" + username + ": /2spooky4me") print("@" + username + ": /ombromanto")
telegram.sendmessage("3spooky5me", sentin, source) telegram.sendmessage("Ombromanto è @Dailir, Frank!")
elif text.startswith('/playing'): elif text.startswith('/playing'):
print("@" + username + ": /playing") print("@" + username + ": /playing")
# Informa Telegram che il messaggio è stato ricevuto e visualizza Royal Bot sta scrivendo. # Informa Telegram che il messaggio è stato ricevuto e visualizza Royal Bot sta scrivendo.