Fix derpibooru links

This commit is contained in:
Daniel Odendahl Jr
2017-10-08 19:06:25 +00:00
parent c7ad9579b3
commit 4beb2be116
+1 -1
View File
@@ -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!`);