This Discord bot is designed to enhance server security by automatically removing suspicious invitation links, blocking scam links using the stop-discord-phishing library, detecting and blocking rapid link submissions, and featuring a honeypot channel system.
The bot monitors messages for suspicious invitation links and removes them automatically.
It utilizes the stop-discord-phishing library to block known scam links, ensuring greater security for server users.
The bot identifies unusually fast link submissions and blocks them to prevent potential attacks or spam.
It includes a honeypot channel system to attract potential malicious users, enabling faster and more efficient threat identification.
- Clone the repository:
git clone https://github.com/ZUROS-NETWORK/anti-phishing-bot.git - Install dependencies:
npm install - Configure the settings file (
config.js) with your detection settings. - Rename
example.envto.envfile and configure it with your bot token, as well as the necessary channel and role IDs - Build the bot for production: npm run build (Run the bot in development mode: npm run dev)
- Start the bot in production mode: npm start
If you encounter any issues or have suggestions to improve the bot, feel free to open an issue or submit a pull request!
This project is licensed under the MIT License