From 2a0bf3d374c03a25e4c9907404af01a952e2a0af Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sun, 21 Mar 2021 10:47:22 -0400 Subject: [PATCH] Fix --- commands/edit-image/ascii.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/edit-image/ascii.js b/commands/edit-image/ascii.js index cee18255..e0730eb3 100644 --- a/commands/edit-image/ascii.js +++ b/commands/edit-image/ascii.js @@ -40,8 +40,8 @@ module.exports = class AsciiCommand extends Command { const options = { colored: false, size: { - height: height >= width ? 25 : undefined, - width: width > height ? 25 : undefined + height: height >= width ? 20 : undefined, + width: width > height ? 20 : undefined } }; return new Promise((res, rej) => {