From da75ab5f5804baebe31d2520889f6fbb8428fc2c Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Mon, 10 Jul 2017 22:49:56 +0000 Subject: [PATCH] URL in Wikia --- commands/search/wikia.js | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/search/wikia.js b/commands/search/wikia.js index 21daf343..0f94cedb 100644 --- a/commands/search/wikia.js +++ b/commands/search/wikia.js @@ -42,6 +42,7 @@ module.exports = class WikiaCommand extends Command { const embed = new MessageEmbed() .setColor(0x002D54) .setTitle(body.sections[0].title) + .setURL(search.body.items[0].url) .setAuthor('Wikia', 'https://i.imgur.com/WzXWJka.png') .setDescription(body.sections[0].content[0].text) .setThumbnail(body.sections[0].images[0]);