A multipurpose Discord bot. Originally written for the WPI'25 server, but should be relatively easily extensible to other servers. A rewrite of https://github.com/wpi-25/bot
GNU General Public License v3.0
1
stars
0
forks
source link
Automatically alert mods if a Discord phishing link is found #38
Is your feature request related to a problem? Please describe.
I haven't noticed this ever on our server (knock on wood) but I stumbled upon a list of Discord phishing domains on GitHub.
Describe the solution you'd like
It'd be nice if the bot would either alert the mods or take mod action if a link to one of these sites is found.
Describe alternatives you've considered
Integrate into Carl? idk, nothing really
not gonna be able to integrate into Carl but could we extract the forwarding function from the reaction handler and use that? along with deleting the message and warning the user
Is your feature request related to a problem? Please describe. I haven't noticed this ever on our server (knock on wood) but I stumbled upon a list of Discord phishing domains on GitHub.
Describe the solution you'd like It'd be nice if the bot would either alert the mods or take mod action if a link to one of these sites is found.
Describe alternatives you've considered Integrate into Carl? idk, nothing really
Additional context None