Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

310
Visualizações
SQL and JS, how i can read text from SQL (discord)

I'm writing code for Discord, this is my code:

var mysql = require('mysql');
var con = mysql.createConnection({
    host: "localhost",
    user: "root",
    password: "",
    database: "mydb"
});

    var name = 'name';
    var id = '1';
    var sql = 'SELECT * FROM customers WHERE name = ? OR id = ?';
    con.query(sql, [name, id], function(err, result) {
        if (err) throw err;
        console.log(result);
});

The code works and it shows me what I have in the table, now I want to design it nicely, and I have the following design:


client.on('message', message => {
if (message.content.startsWith(prefix + [name])) {
           const logo = ''
           const embed = new MessageEmbed()
               .setTitle("name is: " + [name])
 }
  message.channel.send(embed);
});

Now it's working. But my problem is that I want it to be offered to me from SQL.

This means that instead of the name I have listed every name I want I want to get results from SQL in case there is no result that will show me an error message.

Can anyone help me on this?

about 4 years ago · Juan Pablo Isaza
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda