jwilliams0n / Discord.js-Bad-Links

Delete/mute for harmful/malicious links
GNU General Public License v3.0
3 stars 0 forks source link
automod badlinks bot discord discord-bot discord-js moderation moderation-bot

UPDATE COMING SOON - Discord.js-Bad-Links - Delete/mute for harmful/malicious links

Now updated & working with discord.js v13!

Automatically delete messages that contain bad links and permanently mute the user for doing so.

This code can work as a standalone bot, or it can be added to your existing discord.js bot code.

Get a list of harmful links either through an API or provided JSON file.

Instructions of how to set up both of the bots can be found below, and in each of the code folders. If you have any issues with setting up this code as a standalone bot, or merging it into your existing code, feel free to open an issue and I will be happy to assist

Note: I will not provide direct instructions on how to merge this code with your existing code, however I will provide advice in issues if needed.

This code was last tested & working with discord.js v13.3.1 & node.js v16.3.0.

Prerequisites for this to work:

How to set up as standalone bot WITH API:

How to set up as a standalone bot WITH JSON:

Credits: