From 4beb2be116674544f0fd9cbe7c985513989daf34 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Sun, 8 Oct 2017 19:06:25 +0000 Subject: [PATCH] Fix derpibooru links --- commands/search/derpibooru.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/search/derpibooru.js b/commands/search/derpibooru.js index 4ea15259..75cb416d 100644 --- a/commands/search/derpibooru.js +++ b/commands/search/derpibooru.js @@ -33,7 +33,7 @@ module.exports = class DerpibooruCommand extends Command { .get(`https://derpibooru.org/images/${search.body.id}.json`); return msg.say(stripIndents` Result for ${query}: - ${body.representations.medium} + https:${body.representations.medium} `); } catch (err) { return msg.say(`Oh no, an error occurred: \`${err.message}\`. Try again later!`);