Scanner Bot

Kommentare

1 Kommentar

  • 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

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.