mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-05 22:01:54 +02:00
Fix derpibooru links
This commit is contained in:
@@ -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!`);
|
||||
|
||||
Reference in New Issue
Block a user