This commit is contained in:
parent
c411522d1b
commit
1be8041119
@ -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({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user