Update index.js
This commit is contained in:
2
index.js
2
index.js
@@ -104,7 +104,7 @@ client.on('interactionCreate', async interaction => {
|
||||
{ name: 'Level', value: user.level.toString(), inline: true },
|
||||
{ name: 'Prestige', value: user.prestige?.toString() || '0', inline: true },
|
||||
|
||||
{ name: 'XP', value: user.xp.toString(), inline: true }
|
||||
{ name: 'Total XP', value: user.xp.toString(), inline: true }
|
||||
)
|
||||
|
||||
.setImage(badgeImageUrl)
|
||||
|
||||
Reference in New Issue
Block a user