mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44: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)
|
||||
|
||||
|
||||
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':
|
||||
|
|
Loading…
Reference in a new issue