mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
smecds
This commit is contained in:
parent
089d1565a1
commit
c0bcf5cec9
1 changed files with 4 additions and 0 deletions
4
bot.py
4
bot.py
|
@ -97,6 +97,10 @@ while True:
|
|||
print("@" + username + ": /ehoh")
|
||||
# Rispondi con Eh, oh. Sono cose che capitano.
|
||||
telegram.sendmessage("Eh, oh. Sono cose che capitano.", sentin, source)
|
||||
elif text.startswith('/smecds'):
|
||||
print("@" + username + ": /smecds")
|
||||
# Rispondi con Eh, oh. Sono cose che capitano.
|
||||
telegram.sendmessage("Guarda. Secondo me è colpa dello stagista.", sentin, source)
|
||||
elif text.startswith('/playing'):
|
||||
print("@" + username + ": /playing")
|
||||
# Informa Telegram che il messaggio è stato ricevuto e visualizza Royal Bot sta scrivendo.
|
||||
|
|
Loading…
Reference in a new issue