From f9db589bb8540d2a1e519e9a6e5bd25b2aae1da3 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 17 Nov 2016 18:48:18 +0100 Subject: [PATCH] =?UTF-8?q?l'ordine=20=C3=A8=20meglio=20cos=C3=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bot.py b/bot.py index e185b8d7..23da2527 100644 --- a/bot.py +++ b/bot.py @@ -337,10 +337,10 @@ def cv(): else: m['name'] = member['username'] tosend += "{emoji} {name}".format(emoji=m['emoji'], name=m['name']) - if 'gamename' in m: - tosend += " | _{gamename}_".format(gamename=m['gamename']) if 'channelname' in m: tosend += " | {vemoji} *{channelname}*".format(vemoji=m['vemoji'], channelname=m['channelname']) + if 'gamename' in m: + tosend += " | _{gamename}_".format(gamename=m['gamename']) tosend += "\n" # Controlla se l'utente รจ royal music elif member['id'] == "176358898851250176":