summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-03-19 15:52:22 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2017-03-19 15:52:22 +0100
commit5b2c6e3f290379f1124758d77c55db8b79c2df8b (patch)
tree3e30b1aa372a51d445282930eddbc878c692ed43 /main.py
parent90ea3116b667a6a944458564ea5e0b114c9d5ab8 (diff)
downloaddiscordbot-5b2c6e3f290379f1124758d77c55db8b79c2df8b.tar.gz
discordbot-5b2c6e3f290379f1124758d77c55db8b79c2df8b.zip
show last match updated date
Diffstat (limited to 'main.py')
-rw-r--r--main.py1
1 files changed, 1 insertions, 0 deletions
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",