This commit is contained in:
Bxio 2025-05-01 19:51:55 +01:00
parent c411522d1b
commit 1be8041119

View File

@ -89,7 +89,7 @@ module.exports = {
// Construa os campos dinamicamente para cada meta
let metasText = '';
for (const [nomejson, valor] of Object.entries(metas)) {
metasText += `*${nomejson}:* \`${valor}/123\`\n`;
metasText += `*${nomejson}:* \`${valor}\`\n`;
}
embed.addFields({