> For the complete documentation index, see [llms.txt](https://imthehumanoid.gitbook.io/antispammer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://imthehumanoid.gitbook.io/antispammer/antispammer.md).

# 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

```bash
npm install antispammer
```

```javascript
const antispam = require('antispammer');
```
