diff --git a/src/commands/Community/lista_membros.js b/src/commands/Community/lista_membros.js index 1c80506..293f18e 100644 --- a/src/commands/Community/lista_membros.js +++ b/src/commands/Community/lista_membros.js @@ -20,7 +20,7 @@ module.exports = { await interaction.deferReply({ ephemeral: true }); - // está a ir buscar dados a sql e meter como tabela! nao mexer! + /* // está a ir buscar dados a sql e meter como tabela! nao mexer! try { const [rows] = await conn.execute('SELECT u.id, u.discord_id, u.discord_username, u.nig, c.name AS nomedocargo FROM users u JOIN choices c ON u.cargo = c.value ORDER BY c.id DESC'); if (!rows.length) return await interaction.editReply('Nenhum membro encontrado.'); @@ -67,7 +67,7 @@ module.exports = { console.error('DEV:', error); await interaction.editReply({ content: 'dev erro!' }); } - + */ try {