This commit is contained in:
Dragon Fire
2020-06-29 13:23:06 -04:00
parent c04c47c0fd
commit ffd9be4b9a
+1 -1
View File
@@ -29,7 +29,7 @@ module.exports = class MagikCommand extends Command {
async run(msg, { image }) {
try {
const { body } = await request.get(image);
const magik = gm(body);
const magik = gm(body, 'magik.png');
magik.out('-liquid-rescale 75%x75%');
magik.implode(0.25);
const attachment = await this.toBuffer(magik);