diff options
| -rw-r--r-- | .gitmodules | 2 | ||||
| m--------- | joblib | 0 | ||||
| -rw-r--r-- | main.py | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index 52948d0..47695ea 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "joblib"] path = joblib - url = https://github.com/vainglorygame/joblib + url = https://gitlab.com/vainglorygame/joblib.git diff --git a/joblib b/joblib -Subproject 7ced841aa44a7dd7bd2d3a68ceb989ef488ce44 +Subproject 542df395ce186ccc28d2c4122b7b12024ade8f4 @@ -134,7 +134,7 @@ async def vainsocial(name: str, region: str = None): value=("%(wins)i wins / %(played)i games\n" + "https://vainsocial.com/players/%(shard_id)s/%(name)s/?utm_source=discord&utm_medium=vainsocial") % data) emb.add_field(name="Last match", - value=("%(result)s %(mode)s as %(hero)s %(kills)i/%(deaths)i/%(assists)i (%(score_label)s %(score)s%%))\n" + + value=("%(result)s %(mode)s as %(hero)s %(kills)i/%(deaths)i/%(assists)i\n" + "https://vainsocial.com/matches/%(match_api_id)s/?utm_source=discord&utm_medium=vainsocial") % data) emb.set_footer(text="Vainsocial - Vainglory social stats service") |
