/r4id - Main Raid Command
The /r4id command is the primary raiding tool in RynZen. It allows you to send raid messages using templates or custom presets.
Command Usage
/r4id [template] [flash] [delay] [noeveryone] [removemedia]
Options
| Option | Type | Required | Description |
|---|---|---|---|
template | String | No | Use a global template or one of your presets (supports autocomplete) |
flash | Boolean | No | Send 10 messages in one second (ignores delay, bypasses DJL queue) |
delay | Integer (0-5) | No | Delay between messages in seconds |
noeveryone | Boolean | No | Don't add the default @everyone ping |
removemedia | Boolean | No | Remove media links from the message |
How It Works
- Select a Template: Choose from global templates or your personal presets
- Configure Options: Set flash mode, delay, and ping options
- Start the Raid: Click the "Start R4id" button to begin
Templates vs Presets
Global Templates
- Stored in the
templates/directory - Available to all users
- Examples: default raid messages, common formats
Personal Presets
- Stored in
data/user/presets/[your-id]/ - Only accessible by you
- Create using
/manage-presets
Flash Mode
When flash is enabled:
- Sends 10 messages almost instantly
- Bypasses the Discord.js message queue
- Delay setting is ignored
- Best for quick, impactful raids
Message Format
The final raid message includes:
- Optional
@everyoneping - Template/preset content
- Server invite link (from config)
Message Length
If the final message exceeds 2000 characters, the command will fail. Use /removemedia or shorten your template.
Raid Counter
Each successful raid is tracked:
- Total Raids: Global counter for all users
- User Raids: Personal counter for leaderboard
Example Usage
Basic Raid
/r4id
Uses the default template with standard settings.
Flash Raid with No Ping
/r4id flash:true noeveryone:true
Sends messages instantly without @everyone.
Raid with Custom Delay
/r4id template:my-preset delay:2
Sends messages with a 2-second delay between each.
Related Commands
/custom-r4id- Raid with a custom message/interaction-r4id- Interaction-based raiding/auto-r4id- Automated multi-token raiding/poll- Poll-based raiding/manage-presets- Create and manage presets
