From 59d3791ea2778ad7b937badbb0bbdcaee56b1f3c Mon Sep 17 00:00:00 2001 From: derpystuff <3515180-derpystuff@users.noreply.gitlab.com> Date: Sat, 20 May 2023 23:48:39 +0200 Subject: [PATCH] fix --- commands/message/info/guild.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/message/info/guild.js b/commands/message/info/guild.js index 54e7077..a02f264 100644 --- a/commands/message/info/guild.js +++ b/commands/message/info/guild.js @@ -35,7 +35,7 @@ module.exports = { }) if(g.iconUrl){ - inviteCard.thumbnail = { + guildCard.thumbnail = { url: g.iconUrl + `?size=4096` } }