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

120
Visualizações
Make fetched messages case insensitive Discord.js

As some of you maybe remember I tried to write a command which checks a channel if a specific key word exists in its messages. The most crucial part of this code is here:

banlist.messages.fetch({limit : 30}).then(messages => {
            let positive = messages.some(msgs => msgs.content.includes(check))
            if(positive === false) {
               ...
            }
            else{
               ...
            }

Unfortunately the problem arose really quick that this check for the key word is case sensitive. Is there any way to make it case insensitive? I know of the .toLowerCase() but that only works for commands and I dont recall it working for fetched messages. Looking forward to your help :)

about 4 years ago · Juan Pablo Isaza
1 Respostas
Responde à pergunta

0

.toLowerCase() is a string method, it will work for any string.

Lowercase both strings being compared to level them.

let positive = messages
   .some(msgs => msgs.content.toLowerCase().includes(check.toLowerCase()))
about 4 years ago · Juan Pablo Isaza Relatório
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