This commit is contained in:
Bxio 2025-04-27 02:25:25 +01:00
parent d960014aee
commit a38fd9fffd

View File

@ -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]
);