Scanner Bot

Comentarios

1 comentario

  • Lukas

    You could make a bot that reads the messages sent on your server with the onMessage event for example, then you could test with a function like content.includes("http") if the message includes an link then you could get the message with something like content.split("http")[1].split(" ")[0] then you can check if the link contains something suspicous

    0

Iniciar sesión para dejar un comentario.