mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Aggiunto /share
This commit is contained in:
parent
09a799245b
commit
6fff9d98a9
1 changed files with 1 additions and 0 deletions
1
bot.py
1
bot.py
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue