This commit is contained in:
Dragon Fire
2020-06-29 13:53:02 -04:00
parent a1f87e64c2
commit 36e3894f88
+1 -1
View File
@@ -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);