antispammer

Have the ability to check if a user is spamming and act upon it!

Usage no npm install needed!

<script type="module">
  import antispammer from 'https://cdn.skypack.dev/antispammer';
</script>

README

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 aren't. Input a user by ID every time they do something to allow this to happen!

Usage:

Install:

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

Documentation Here