From 06fa848a9fd586f76d082b14da5584b7047dbf34 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sat, 4 Jul 2020 12:06:28 -0400 Subject: [PATCH] Make charcoal look better --- commands/edit-image/charcoal.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/edit-image/charcoal.js b/commands/edit-image/charcoal.js index 0997d036..f12ef84e 100644 --- a/commands/edit-image/charcoal.js +++ b/commands/edit-image/charcoal.js @@ -36,7 +36,7 @@ module.exports = class CharcoalCommand extends Command { try { const { body } = await request.get(image); const magik = gm(body); - magik.charcoal(5); + magik.charcoal(1); magik.setFormat('png'); const attachment = await this.toBuffer(magik); if (Buffer.byteLength(attachment) > 8e+6) return msg.reply('Resulting image was above 8 MB.'); diff --git a/package.json b/package.json index 6fc3e6b0..cedfe059 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "119.7.0", + "version": "119.7.1", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {