Scanner Bot
A bot that detects if the link or some attachment that were shared in the server/dm is a virus or any other things that can affect the device since nitro scamming is happening
0
-
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
Accedi per aggiungere un commento.
Commenti
1 commento