Check for URL spam
GitHub Version
Important
Needed permissions:
Admin/Mod Role would be best
We have included a URL checker. If a message contains a URL this will tell the user off. If the user posts more than 3 URLS’s the user will be kicked.
Assuming you done all the steps here. You are ready to get started with your fresh new bot.
To use, is very simple, include the library then call it:
const { discordCheckSpam } = require('./BB-DBotBits/discordCheckSpam');
discordCheckSpam();
To allow your URL please go to the library an open settings/settings.js Change the following lines
const allowedURL = false; //Change to true
const website = 'https://bytebots.net'; //change your URL