From 5b2c6e3f290379f1124758d77c55db8b79c2df8b Mon Sep 17 00:00:00 2001 From: schneefux Date: Sun, 19 Mar 2017 15:52:22 +0100 Subject: show last match updated date --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index c8c5576..304fcc2 100644 --- a/main.py +++ b/main.py @@ -120,6 +120,7 @@ async def vainsocial(name: str, region: str = None): emb = discord.Embed( title="%(name)s" % data, + description="Last match registered (GMT): %(last_match_created_date)s" % data, url="https://alpha.vainsocial.com/players/%(shard_id)s/%(name)s/?utm_source=discord&utm_medium=vainsocial" % data ) emb.set_author(name="Vainsocial", -- cgit v1.3.1