mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix
This commit is contained in:
@@ -31,7 +31,7 @@ module.exports = class MagikCommand extends Command {
|
||||
const { body } = await request.get(image);
|
||||
const magik = gm(body);
|
||||
magik.out('-liquid-rescale');
|
||||
magik.out('50%x50%')
|
||||
magik.out('50%x50%');
|
||||
magik.implode(0.25);
|
||||
magik.setFormat('png');
|
||||
const attachment = await this.toBuffer(magik);
|
||||
|
||||
Reference in New Issue
Block a user