From 631d8ee897360fcf3dadecd95d2006530dea028b Mon Sep 17 00:00:00 2001 From: David <133239148+ThatSINEWAVE@users.noreply.github.com> Date: Tue, 27 Feb 2024 04:38:59 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 9c4a04e..3dc319f 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ This Discord bot, designed for personal and community use, enhances server secur - **Customizable Trusted Domain List** - With the addition of `trusted_domains.json` you can customize what domains should be scanned. - **Role Specific Command** - The bot wont execute commands form users that do not have the specific role listed in the `config.py` file. - **Link Source** - The bot will embed the message link where the scanned link was found in making moderation easier. +- **Link History** - The bot logs all links that are sent to be scanned and keeps them for future refrence ## Getting Started @@ -72,6 +73,10 @@ The bot is straightforward to use with a simple command structure. It supports t `/checklink https://example.com detailed` +- **History**: Outputs a simple list of past links that were used for scans and keeps track of how many times each link was seen. + +`/checklhistory` + ### Modes Explained - **SIMPLE**: Displays a concise embed with the top 10 warnings from VirusTotal, a summary of WHOIS information, and a link to the urlscan.io report. - **DETAILED**: Presents a comprehensive report, marking each vendor with a color-coded dot as per the legend below, along with detailed WHOIS information and a urlscan.io security report.