From 941e0ca1c32be4e73ca628f87b8070ba5ffa8659 Mon Sep 17 00:00:00 2001 From: WinG4merBR <68250074+WinG4merBR@users.noreply.github.com> Date: Sun, 2 Feb 2025 01:50:00 -0300 Subject: [PATCH] Add "?size=2048" on Server Info Command --- .../cakeyfox/foxy/command/vanilla/utils/ServerInfoExecutor.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foxy/src/main/kotlin/net/cakeyfox/foxy/command/vanilla/utils/ServerInfoExecutor.kt b/foxy/src/main/kotlin/net/cakeyfox/foxy/command/vanilla/utils/ServerInfoExecutor.kt index 01acad75..5a66e2dc 100644 --- a/foxy/src/main/kotlin/net/cakeyfox/foxy/command/vanilla/utils/ServerInfoExecutor.kt +++ b/foxy/src/main/kotlin/net/cakeyfox/foxy/command/vanilla/utils/ServerInfoExecutor.kt @@ -33,7 +33,7 @@ class ServerInfoExecutor : FoxyCommandExecutor() { title = guildInfo.name thumbnail = guildInfo.icon ?: "https://cdn.discordapp.com/embed/avatars/0.png" - image = guildInfo.splashUrl + image = guildInfo.splashUrl + "?size=2048" field { name = "ID"