From ce75e867fc2b713396171e91e813f7187991714a Mon Sep 17 00:00:00 2001 From: Arthur Neuman Date: Tue, 3 Nov 2020 18:13:29 -0500 Subject: [PATCH] Fix quote jump --- src/data/util/routines.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/data/util/routines.js b/src/data/util/routines.js index 220359f..a83d81c 100644 --- a/src/data/util/routines.js +++ b/src/data/util/routines.js @@ -96,10 +96,9 @@ function checkJumpLink (msg) { embed: { author: { name: target.author.username, - url: full, /* Switch to Message.jumpLink when released */ icon_url: target.author.avatarURL }, - description: target.content, + description: target.content + `\n\n[[Jump!]](${full})`, /* Switch to Message.jumpLink when released */ color: 0x00B0F4, footer: { icon_url: target.channel.guild.iconURL,