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

Aggiunto /share

This commit is contained in:
Steffo 2016-11-22 18:34:10 +01:00
parent 09a799245b
commit 6fff9d98a9

1
bot.py
View file

@ -564,6 +564,7 @@ def share():
tosend += "- {game}\n".format(game=game) tosend += "- {game}\n".format(game=game)
else: else:
tosend += "_@{primo} ha tutti i giochi che ha @{secondo}_.\n" tosend += "_@{primo} ha tutti i giochi che ha @{secondo}_.\n"
telegram.sendmessage(tosend, sentin, source)
else: else:
telegram.sendmessage(chr(9888) + "Non è stato specificato un numero adeguato di utenti per eseguire l'azione.", telegram.sendmessage(chr(9888) + "Non è stato specificato un numero adeguato di utenti per eseguire l'azione.",
sentin, source) sentin, source)