This commit is contained in:
Bxio 2025-04-27 14:36:23 +01:00
parent efab2bcb07
commit 33198b03c7

View File

@ -52,7 +52,17 @@ ${nome.username} | ${cargo} | ${nome.id}
await interaction.editReply({ embeds: [embed] }); await interaction.editReply({ embeds: [embed] });
const tabela = `
\`\`\`
| Nome | Pontos | Rank |
|------------|--------|------|
| Jogador1 | 1200 | Ouro |
| Jogador2 | 950 | Prata|
| Jogador3 | 700 | Bronze|
\`\`\`
`;
await interaction.editReply(tabela);
}, },