From 602821878fbee1b5c21f8350aee59b32a1ab22ce Mon Sep 17 00:00:00 2001 From: Bxio Date: Fri, 4 Apr 2025 20:34:42 +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 285025b..00e5917 100644 --- a/src/commands/Community/testeadd.js +++ b/src/commands/Community/testeadd.js @@ -75,7 +75,7 @@ module.exports = { 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.'); - console.log(checkRows.length); // Log the result + //console.log(checkRows.length); // Log the result } else { // O guildId não existe, podemos prosseguir com a inserção ou outra ação const insertQuery = `INSERT INTO Guilds (guildId,guildownerId) VALUES ('${guildId}','${guildownerId}')`;