format
This commit is contained in:
parent
c8eacc2a87
commit
1026d47061
|
@ -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))
|
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)
|
#r.rpush("bot:rss:new", msg)
|
||||||
#print(msg)
|
#print(msg)
|
||||||
wh.add_embed(webhook.embed(title=" ".join(party)))
|
wh.add_embed(webhook.embed(title=", ".join(party)))
|
||||||
wh.send(msg)
|
wh.send(msg)
|
||||||
|
|
||||||
except:
|
except:
|
||||||
|
|
Loading…
Reference in New Issue