diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-03-19 15:52:22 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-03-19 15:52:22 +0100 |
| commit | 5b2c6e3f290379f1124758d77c55db8b79c2df8b (patch) | |
| tree | 3e30b1aa372a51d445282930eddbc878c692ed43 | |
| parent | 90ea3116b667a6a944458564ea5e0b114c9d5ab8 (diff) | |
| download | discordbot-5b2c6e3f290379f1124758d77c55db8b79c2df8b.tar.gz discordbot-5b2c6e3f290379f1124758d77c55db8b79c2df8b.zip | |
show last match updated date
| -rw-r--r-- | main.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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", |
