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!`);