mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
ee
This commit is contained in:
parent
b0b00576f9
commit
03ea46a54d
1 changed files with 3 additions and 3 deletions
6
bot.py
6
bot.py
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue