TechnicallyCoded / Discord-AntiPhishingBot-Public

This blacklist is a compiled list of all scam links that I could find or were contributed to the repository by others.
3 stars 0 forks source link

Enhancement: Whitelist & Blacklist Commands #3

Open Silarious opened 2 years ago

Silarious commented 2 years ago

Description:

Add blacklist and whitelist commands so server owners can update their blacklist in realtime as well as contribute to the greater blacklist. Of course would have to vet links before adding to the default/global blacklist.

Reason:

This would likely be the primary feature of this bot as server owners wont have to rely on maintainers of the bot to constantly update the blacklist for every new entry.

This creates a lot more work upfront but makes maintaining this bot easier as Phishing scams aren't likely to go away anytime soon.

Commands:

Automatically include https:// if not included in command execution.

Prefix to be determined, for now APB! for demo

Update/Scan Command

Command names are for demonstration only.

TechnicallyCoded commented 2 years ago

I started work on refactoring my proof-of-concept bot to being an actual solid codebase in order to implement most of the suggestions you provided here. Thank you for your contributions of the phishing links btw ^^ All of them should be covered by the regex blacklist now.