# @arionyq/anti-raid-discord

Advanced anti-raid and anti-nuke system for discord.js v14.

## Features
- Anti channel nuke
- Anti role nuke
- Anti mass ban / kick
- Anti spam / duplicate messages
- Anti mention / link spam
- Whitelist (users & roles)
- Configurable limits
- Logs channel
- Ban / kick / timeout sanctions

## Installation
```bash
npm install @arionyq/anti-raid-discord
```

## Usage
```js
const AntiRaid = require('@arionyq/anti-raid-discord')

new AntiRaid(client, {
  whitelist: { users: [], roles: [] },
  logs: { enabled: true, channelId: 'LOG_CHANNEL_ID' }
})
```