mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-27 13:34:28 +00:00
potato fools day
This commit is contained in:
parent
9d5cea6fe1
commit
f10388e0a4
1 changed files with 4 additions and 1 deletions
5
bot.py
5
bot.py
|
@ -78,9 +78,12 @@ while True:
|
|||
print("@" + username + ": /balurage")
|
||||
# Rispondi commentando l'E3.
|
||||
telegram.sendmessage("MADDEN MADDEN MADDEN MADDEN MADDEN MADDEN MADDEN MADDEN MADDEN", sentin, source)
|
||||
elif text.startswith('/potatogift'):
|
||||
if username.lower() == "steffo":
|
||||
telegram.senddocument("BQADAgADHwQAAh8GgAEmS1UU1zyaLQI", sentin, source)
|
||||
elif text.startswith('/adventure'):
|
||||
if username.lower() == "frankrekt" and not adventurecomplete:
|
||||
telegram.sendmessage("Grazie per aver completato l'avventura. Riceverai una risposta al più presto.", sentin, source)
|
||||
telegram.sendmessage("Grazie per aver completato l'avventura. Riceverai una risposta al più presto.", msg['from']['id'])
|
||||
telegram.sendmessage("@FrankRekt ha completato l'avventura!", -1001001443644)
|
||||
adventurecomplete = True
|
||||
elif text.startswith('/ciaoruozi'):
|
||||
|
|
Loading…
Reference in a new issue