From 0822fe28d942b7631100c453d60ed0c9b35db9c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20=C3=81lvarez?= Date: Tue, 25 Jul 2017 09:21:48 +0200 Subject: [PATCH] bolds and formats --- loot.py | 2 +- streams.py | 2 +- warcraftlogs.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/loot.py b/loot.py index b8ddec1..86ed648 100755 --- a/loot.py +++ b/loot.py @@ -44,7 +44,7 @@ for m in members: if feed["itemId"] in items and r.sadd("bot:legends", fid): #r.rpush("bot:rss:new", ":unicorn: **{0}** pilla legendario! **{1}**! ".format(member["name"], items[feed["itemId"]]["name_eses"], feed["itemId"]) ) - wh.send(":unicorn: **{0}** pilla legendario! **[{1}]()**".format(member["name"], items[feed["itemId"]]["name_eses"], feed["itemId"])) + wh.send(":tangerine: **{0}** pilla legendario! **[{1}]()**".format(member["name"], items[feed["itemId"]]["name_eses"], feed["itemId"])) except: traceback.print_exc() diff --git a/streams.py b/streams.py index 4b31b20..64a9388 100755 --- a/streams.py +++ b/streams.py @@ -28,4 +28,4 @@ for stream in t["streams"]: continue #r.rpush("bot:rss:new", ":projector: **{0}** está stremeando <{1}>".format(stream["channel"]["name"], stream["channel"]["url"])) - wh.send("{3} **{0}** está stremeando! **[{2}](<{1}>)**".format(stream["channel"]["name"], stream["channel"]["url"], stream["channel"]["status"], conf.icon_twitch)) + wh.send("{3} **{0}** está stremeando: [{2}](<{1}>)".format(stream["channel"]["name"], stream["channel"]["url"], stream["channel"]["status"], conf.icon_twitch)) diff --git a/warcraftlogs.py b/warcraftlogs.py index 7a7d257..4abfb0c 100755 --- a/warcraftlogs.py +++ b/warcraftlogs.py @@ -26,4 +26,4 @@ for report in wl: url = "https://www.warcraftlogs.com/reports/{0}".format(report["id"]) #r.rpush("bot:rss:new", "<:Warcraftlogs:283906655484379138> Log en vivo! **{2}** por **{0}** en <{1}>".format(report["owner"], url, report["title"])) - wh.send("{3} Log en vivo! **[{2}](<{1}>)** por **{0}**".format(report["owner"], url, report["title"], conf.icon_warcraftlogs)) + wh.send("{3} Logs! **[{2}](<{1}>)** por **{0}**".format(report["owner"], url, report["title"], conf.icon_warcraftlogs))