diff --git a/index.js b/index.js index 2e11912..b5f46f0 100644 --- a/index.js +++ b/index.js @@ -107,7 +107,7 @@ client.on('interactionCreate', async interaction => { { name: 'Current Level Badge', value: user.current_level_badge || 'None', inline: true }, { name: 'XP', value: user.xp.toString(), inline: true } ) - //.setImage(badgeImageUrl) // Directly set the image URL + .iconURL('badgeImageUrl'); // Directly set the image URL .setColor('#0099ff'); if (user.avatar) {