1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-27 21:44:21 +00:00
This commit is contained in:
Steffo 2016-08-10 20:07:46 +02:00
parent 11305df1e4
commit 089d1565a1

1
bot.py
View file

@ -46,7 +46,6 @@ while True:
if text.startswith('wow'): if text.startswith('wow'):
print("@" + username + ": WOW!") print("@" + username + ": WOW!")
telegram.sendmessage("Wow. Impressionante.", sentin, source) telegram.sendmessage("Wow. Impressionante.", sentin, source)
# Viene usato startswith perchè il comando potrebbe anche essere inviato in forma /ciao@RoyalBot.
if 'text' in msg: if 'text' in msg:
# Salvatelo in una stringa # Salvatelo in una stringa
text = msg['text'] text = msg['text']