Update index.js

This commit is contained in:
VinceC
2024-09-22 01:54:04 -05:00
parent 76e4eccedf
commit fee26ccfcf

View File

@@ -107,7 +107,7 @@ client.on('interactionCreate', async interaction => {
{ name: 'Current Level Badge', value: user.current_level_badge || 'None', inline: true }, { name: 'Current Level Badge', value: user.current_level_badge || 'None', inline: true },
{ name: 'XP', value: user.xp.toString(), 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'); .setColor('#0099ff');
if (user.avatar) { if (user.avatar) {