Skip to content

Commit

Permalink
Fix quote jump
Browse files Browse the repository at this point in the history
  • Loading branch information
exoRift committed Nov 3, 2020
1 parent e84e7d6 commit ce75e86
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/data/util/routines.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ce75e86

Please sign in to comment.