From e444007de0886a424f7cc74bf71b24175a0ac331 Mon Sep 17 00:00:00 2001 From: Bxio Date: Thu, 1 May 2025 21:13:22 +0100 Subject: [PATCH] --- src/commands/Community/lista_membros.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {