diff options
Diffstat (limited to 'responses.js')
| -rw-r--r-- | responses.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/responses.js b/responses.js index 62d11e2..a0c93e6 100644 --- a/responses.js +++ b/responses.js @@ -308,7 +308,7 @@ async function respondMatch(msg, ign, id, response=undefined) { const match = await api.getMatch(id); let embed = vainsocialEmbed(`${match.game_mode}, ${match.duration} minutes`, - ign + "/" + id, "vainsocial-match") + "player/" + ign + "/match/" + id, "vainsocial-match") .setTimestamp(new Date(match.created_at)); (await formatMatchDetail(match)).forEach(([title, text]) => { embed.addField(title, text, true); |
