🛑
Antispammer
  • Antispammer
  • Docs
    • Filter
      • FilterOptions
    • Complex
Powered by GitBook
On this page

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');

NextFilter

Last updated 3 years ago