mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-24 03:54:20 +00:00
Aggiunto /ombromanto
This commit is contained in:
parent
451d2d7f81
commit
15173323e4
1 changed files with 8 additions and 0 deletions
8
bot.py
8
bot.py
|
@ -45,6 +45,12 @@ def ciaoruozi():
|
||||||
telegram.sendmessage("Ciao Ruozi", sentin, source)
|
telegram.sendmessage("Ciao Ruozi", sentin, source)
|
||||||
|
|
||||||
|
|
||||||
|
def ombromanto():
|
||||||
|
print("@" + username + ": /ombromanto")
|
||||||
|
# Ma chi è ombromanto?
|
||||||
|
telegram.sendmessage("Ombromanto è @Dailir, Frank!", sentin, source)
|
||||||
|
|
||||||
|
|
||||||
def potatogift():
|
def potatogift():
|
||||||
telegram.senddocument("BQADAgADHwQAAh8GgAEmS1UU1zyaLQI", sentin, source)
|
telegram.senddocument("BQADAgADHwQAAh8GgAEmS1UU1zyaLQI", sentin, source)
|
||||||
|
|
||||||
|
@ -534,6 +540,8 @@ while True:
|
||||||
leggi()
|
leggi()
|
||||||
elif text.startswith('/lolfree'):
|
elif text.startswith('/lolfree'):
|
||||||
lolfree()
|
lolfree()
|
||||||
|
elif text.startswith('/ombromanto'):
|
||||||
|
ombromanto()
|
||||||
elif text.startswith('/crash'):
|
elif text.startswith('/crash'):
|
||||||
# Crasha il bot. Mi sembra geniale.
|
# Crasha il bot. Mi sembra geniale.
|
||||||
if username == 'Steffo':
|
if username == 'Steffo':
|
||||||
|
|
Loading…
Reference in a new issue