Scanner Bot

Comments

1 comment

  • 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

Please sign in to leave a comment.