This commit is contained in:
parent
b906097987
commit
bcf8a215e9
@ -51,7 +51,7 @@ module.exports = {
|
|||||||
|
|
||||||
// 1 - Verificar se já existe no banco
|
// 1 - Verificar se já existe no banco
|
||||||
const [existing] = await conn.execute(
|
const [existing] = await conn.execute(
|
||||||
`SELECT * FROM membros WHERE discord_id = ?`,
|
`SELECT * FROM users WHERE discord_id = ?`,
|
||||||
[nome.id]
|
[nome.id]
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user