This commit is contained in:
Sergio Álvarez 2017-07-22 09:10:41 +02:00
parent c8eacc2a87
commit 1026d47061
1 changed files with 2 additions and 2 deletions

View File

@ -87,7 +87,7 @@ for zone, instance in conf.zones.items():
msg = ":mega: **[{0}](<{5}>) +{1}** hecha en **{2}** {3}, **rank {4}** de Dun Modr".format(instance, lvl, record, tip, pos, warcraft_api.format(zone))
#r.rpush("bot:rss:new", msg)
#print(msg)
wh.add_embed(webhook.embed(title=" ".join(party)))
wh.add_embed(webhook.embed(title=", ".join(party)))
wh.send(msg)
except: