From f17ee1f9680c7ef91aff95ac7f2f277ebee78e51 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Thu, 20 Apr 2017 13:31:17 +0000 Subject: [PATCH] I'm an Idiot --- commands/search/soundcloud.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/commands/search/soundcloud.js b/commands/search/soundcloud.js index f26ab11a..53f2874b 100644 --- a/commands/search/soundcloud.js +++ b/commands/search/soundcloud.js @@ -38,9 +38,11 @@ module.exports = class SoundCloudCommand extends Command { const data = body[0]; const embed = new RichEmbed() .setColor(0xF15A22) - .setAuthor('SoundCloud', 'http://icons.iconarchive.com/icons/danleech/simple/1024/soundcloud-icon.png') + .setAuthor(data.title, data.user.avatar_url) .setURL(data.permalink_url) .setThumbnail(data.artwork_url) + .addField('**Link:**', + data.permalink_url) .addField('**Artist:**', data.user.username) .addField('**Download Count:**',