This commit is contained in:
parent
d960014aee
commit
a38fd9fffd
@ -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]
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user