Antispammer

Antispammer allows you to check if a user is spamming, which is set through a threshold of uses in an amount of time. You get to set what happens if the user is spamming and what happens when they are

Getting Started

npm install antispammer
const antispam = require('antispammer');

Last updated