Skip to content

Commit

Permalink
Add "?size=2048" on Server Info Command
Browse files Browse the repository at this point in the history
  • Loading branch information
WinG4merBR committed Feb 2, 2025
1 parent 51cdc20 commit 941e0ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 941e0ca

Please sign in to comment.