mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-17 08:17:35 +02:00
Fix depibooru URLs
This commit is contained in:
@@ -44,6 +44,6 @@ module.exports = class DerpibooruCommand extends Command {
|
||||
|
||||
async fetchImage(id) {
|
||||
const { body } = await request.get(`https://derpibooru.org/images/${id}.json`);
|
||||
return `${body.representations.full}`;
|
||||
return `http:${body.representations.full}`;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user