diff --git a/bot.py b/bot.py index a1006768..418e9b98 100644 --- a/bot.py +++ b/bot.py @@ -358,7 +358,7 @@ while True: elif 'channelname' in m: tosend += "{emoji} *{channelname}* {name}\n".format(**m) else: - tosend += "{emoji} {name}".format(**m) + tosend += "{emoji} {name}\n".format(**m) telegram.sendmessage(tosend, sentin, source) elif text.startswith('/online'): # Elenco di tutte le persone online su Steam