Scanner Bot

Yorumlar

1 yorum

  • 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

Yorum yazmak için lütfen oturum açın.