From d8ab4e1810c1ebc3bfb860f43d362b8e214884eb Mon Sep 17 00:00:00 2001 From: derpystuff <3515180-derpystuff@users.noreply.gitlab.com> Date: Mon, 10 Apr 2023 22:56:54 +0200 Subject: [PATCH] reduce image size --- commands/message/fun/art.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/message/fun/art.js b/commands/message/fun/art.js index fc18926..9398f6a 100644 --- a/commands/message/fun/art.js +++ b/commands/message/fun/art.js @@ -5,7 +5,7 @@ const superagent = require('superagent'); const { codeblock } = require('../../../labscore/utils/markdown'); const SIZES = Object.freeze({ - "wallpaper": { x: 1920, y: 1080}, + "wallpaper": { x: 1120, y: 630}, "phone": { x: 1170, y: 2353}, "avatar": { x: 512, y: 512} })