Make charcoal look better

This commit is contained in:
Dragon Fire
2020-07-04 12:06:28 -04:00
parent 49ec201b23
commit 06fa848a9f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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.');
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiao",
"version": "119.7.0",
"version": "119.7.1",
"description": "Your personal server companion.",
"main": "Xiao.js",
"scripts": {