🚸 /profile view: more organized

This commit is contained in:
Axel Olausson Holtenäs 2022-03-09 22:23:00 +01:00
parent fec5d89143
commit 286c95c018
No known key found for this signature in database
GPG key ID: E3AE7E194AE017ED

View file

@ -63,10 +63,10 @@ module.exports = async (interaction) => {
},
color: config.colors.success,
fields: [
{ name: `:loudspeaker: ${reputationText}`, value: `${await user.reputation || `${notAvailableText}`}`, inline: true },
{ name: `:money_with_wings: ${creditsText}`, value: `${await credit.balance || `${notAvailableText}`}`, inline: true },
{ name: `:squeeze_bottle: ${levelText}`, value: `${await experience.level || `${notAvailableText}`}`, inline: true },
{ name: `:squeeze_bottle: ${pointsText}`, value: `${await experience.points || `${notAvailableText}`}`, inline: true },
{ name: `:money_with_wings: ${creditsText}`, value: `${await credit.balance || `${notAvailableText}`}`, inline: true },
{ name: `:loudspeaker: ${reputationText}`, value: `${await user.reputation || `${notAvailableText}`}`, inline: true },
{ name: `:rainbow_flag: ${languageCodeText}`, value: `${await user.language || `${notAvailableText}`}`, inline: true },
],
timestamp: new Date(),