mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Non mandare messaggi troppo lunghi...
This commit is contained in:
parent
6fff9d98a9
commit
6391fee5d5
1 changed files with 0 additions and 11 deletions
11
bot.py
11
bot.py
|
@ -553,17 +553,6 @@ def share():
|
|||
tosend += "- {game}\n".format(game=game)
|
||||
else:
|
||||
tosend += "_@{secondo} ha tutti i giochi che ha @{primo}_.\n"
|
||||
# Divisore
|
||||
tosend += "\n"
|
||||
# Giochi che ha il secondo ma non il primo
|
||||
d = list(steammatch.diff_games(tobematched[1], tobematched[0]))
|
||||
if len(d) > 0:
|
||||
# Prepara il messaggio
|
||||
tosend += "*Giochi che ha @{secondo} ma non @{primo}:*\n".format(primo=cmd[0], secondo=cmd[1])
|
||||
for game in d:
|
||||
tosend += "- {game}\n".format(game=game)
|
||||
else:
|
||||
tosend += "_@{primo} ha tutti i giochi che ha @{secondo}_.\n"
|
||||
telegram.sendmessage(tosend, sentin, source)
|
||||
else:
|
||||
telegram.sendmessage(chr(9888) + "Non è stato specificato un numero adeguato di utenti per eseguire l'azione.",
|
||||
|
|
Loading…
Reference in a new issue