From 955ea1f5d5f789c03723811d95dfdbafe3825674 Mon Sep 17 00:00:00 2001 From: Bxio Date: Fri, 4 Apr 2025 20:33:29 +0100 Subject: [PATCH] --- src/commands/Community/testeadd.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/Community/testeadd.js b/src/commands/Community/testeadd.js index 2944750..285025b 100644 --- a/src/commands/Community/testeadd.js +++ b/src/commands/Community/testeadd.js @@ -71,7 +71,7 @@ module.exports = { // Verificar se o guildId já existe na base de dados const checkQuery = `SELECT * FROM Guilds WHERE guildId = '${guildId}'`; const [checkRows] = await conn.execute(checkQuery); - console.log(checkRows); // Log the result + //console.log(checkRows); // Log the result if (checkRows.length > 0) { // Já existe um guildId na tabela, você pode retornar uma resposta indicando a duplicação interaction.editReply('❌ Este guildId já está registrado.');