Skip to content

Commit

Permalink
Using effectiveAvatarUrl instead avatarUrl in WelcomerManager
Browse files Browse the repository at this point in the history
  • Loading branch information
WinG4merBR committed Dec 29, 2024
1 parent ce0db82 commit 4af6f22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class WelcomerJSONParser {
"{guild.name}" to guild.name,
"{guild.id}" to guild.id,
"{guild.memberCount}" to guild.memberCount.toString(),
"{user.avatar}" to user.avatarUrl,
"{user.avatar}" to user.effectiveAvatarUrl + "?size=2048",
"{guild.icon}" to guild.iconUrl
)
}
Expand Down

0 comments on commit 4af6f22

Please sign in to comment.