This commit is contained in:
Dragon Fire
2021-03-21 10:47:22 -04:00
parent 1b971f583c
commit 2a0bf3d374
+2 -2
View File
@@ -40,8 +40,8 @@ module.exports = class AsciiCommand extends Command {
const options = { const options = {
colored: false, colored: false,
size: { size: {
height: height >= width ? 25 : undefined, height: height >= width ? 20 : undefined,
width: width > height ? 25 : undefined width: width > height ? 20 : undefined
} }
}; };
return new Promise((res, rej) => { return new Promise((res, rej) => {