From 064b52ad3cb6e4ab1d2c85cf3b7a7e85d134cb7a Mon Sep 17 00:00:00 2001 From: hgw Date: Sun, 8 Oct 2023 01:48:35 +0000 Subject: [PATCH] Increase default phish size --- commands/phish.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/phish.js b/commands/phish.js index 8251814..a2d8f8b 100644 --- a/commands/phish.js +++ b/commands/phish.js @@ -55,10 +55,10 @@ if (width > 100) { } if (height == undefined) { consoleLog('[phish] Height was not specified, defaulting to 5') - height = 5 + height = 6 } if (width == undefined) { consoleLog('[phish] Width was not specified, defaulting to 5') - width = 7 + width = 10 } gen(height, width, type) \ No newline at end of file