diff --git a/src/modules/utility.js b/src/modules/utility.js index 0e97691..f5ac420 100644 --- a/src/modules/utility.js +++ b/src/modules/utility.js @@ -939,7 +939,7 @@ presence.callback = async function (msg, line) { ); if (game?.icon) { embed.thumbnail = { - url: `https://cdn.discordapp.com/applications/${game.id}/app-icons/${game.icon}.png`, + url: `https://cdn.discordapp.com/app-icons/${game.id}/${game.icon}.png?size=40&keep_aspect_ratio=false`, }; } }