From a38fd9fffd5fd222c8db5b00836079cf2d89cc84 Mon Sep 17 00:00:00 2001 From: Bxio Date: Sun, 27 Apr 2025 02:25:25 +0100 Subject: [PATCH] --- src/commands/Community/adicionar_membro.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/Community/adicionar_membro.js b/src/commands/Community/adicionar_membro.js index 58ad070..cc8b0e5 100644 --- a/src/commands/Community/adicionar_membro.js +++ b/src/commands/Community/adicionar_membro.js @@ -50,7 +50,7 @@ module.exports = { // 1 - Verificar se já existe no banco - const [existing] = await db.execute( + const [existing] = await conn.execute( `SELECT * FROM membros WHERE discord_id = ?`, [nome.id] );