1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00

Aggiunto /ombromanto

This commit is contained in:
Steffo 2016-09-07 17:46:36 +02:00
parent 451d2d7f81
commit 15173323e4

8
bot.py
View file

@ -45,6 +45,12 @@ def ciaoruozi():
telegram.sendmessage("Ciao Ruozi", sentin, source)
def ombromanto():
print("@" + username + ": /ombromanto")
# Ma chi è ombromanto?
telegram.sendmessage("Ombromanto è @Dailir, Frank!", sentin, source)
def potatogift():
telegram.senddocument("BQADAgADHwQAAh8GgAEmS1UU1zyaLQI", sentin, source)
@ -534,6 +540,8 @@ while True:
leggi()
elif text.startswith('/lolfree'):
lolfree()
elif text.startswith('/ombromanto'):
ombromanto()
elif text.startswith('/crash'):
# Crasha il bot. Mi sembra geniale.
if username == 'Steffo':