From 66eb6ed685c345cabf1c920c53f014bc2ca50482 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Thu, 20 Apr 2017 13:35:55 +0000 Subject: [PATCH] Fix SoundCloud? --- commands/search/soundcloud.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/commands/search/soundcloud.js b/commands/search/soundcloud.js index 66dca043..5abf283e 100644 --- a/commands/search/soundcloud.js +++ b/commands/search/soundcloud.js @@ -38,11 +38,9 @@ module.exports = class SoundCloudCommand extends Command { const data = body[0]; const embed = new RichEmbed() .setColor(0xF15A22) - .setAuthor(data.title, data.user.avatar_url) + .setAuthor(data.title, 'http://icons.iconarchive.com/icons/danleech/simple/1024/soundcloud-icon.png') .setURL(data.permalink_url) .setThumbnail(data.artwork_url) - .addField('**Link:**', - `[Here](${data.permalink_url})`) .addField('**Artist:**', data.user.username) .addField('**Download Count:**',