RynZen DoczRynZen Docz
🏠 Home
📚 Guide
💬 Discord
Source
🏠 Home
📚 Guide
💬 Discord
Source
  • 🚀 Getting Started

    • 🚀 Getting Started with RynZen
  • ⚔️ Raiding Commands

    • /r4id - Main Raid Command
    • /interaction-r4id - Interaction Raid Command
    • /auto-r4id - Automated Raid Panel
    • /poll - Poll Raid Command
    • /custom-r4id - Custom Message Raid
    • /cust-interaction-r4id - Custom Interaction Raid
    • /permcheck - Server Raidability Check
    • /r4id-bait - Bait Panel Command
  • 🛠️ Utility & OSINT

    • /iplookup - IP Address Lookup
    • /ip - User Security Information
    • /1p-gr4bb3r - Grabber Management
    • /webcamxp - Live Webcam Viewer
    • /user-lookup - Discord User Information
    • /steal-gif - GIF Converter
  • 🎉 Fun & Trolling

    • /femboyify - Femboy Transformation
    • /rep - Rape Command
    • /good - Goodboy/Goodgirl Command
    • /blame - Blame Users for Raids
    • /fakeban - Fake Ban Command
    • /ascii - ASCII Art Generator
    • /rickroll - Rickroll Command
    • /femboy-thighs - Femboy Thighs Command
    • /ad - Advertisement Command
  • 💬 Messaging

    • /say - Anonymous Message Sender
    • /embed-say - Custom Embed Message Sender
    • /say-embed - Alternative Embed Sender
    • /quick-say - Quick Message Sender
    • /dm - Anonymous Direct Message
    • /ghostping - Ghost Ping Command
  • 🛡️ Administration

    • /admin-tools - Admin Control Panel
    • /blacklist - User Blacklist Management
    • /token - RynZen Token Management
    • /leaderboard - Raid Leaderboard
    • /manage-presets - Message Preset Manager

/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

OptionTypeRequiredDescription
templateStringNoUse a global template or one of your presets (supports autocomplete)
flashBooleanNoSend 10 messages in one second (ignores delay, bypasses DJL queue)
delayInteger (0-5)NoDelay between messages in seconds
noeveryoneBooleanNoDon't add the default @everyone ping
removemediaBooleanNoRemove media links from the message

How It Works

  1. Select a Template: Choose from global templates or your personal presets
  2. Configure Options: Set flash mode, delay, and ping options
  3. 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:

  1. Optional @everyone ping
  2. Template/preset content
  3. 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
Next
/interaction-r4id - Interaction Raid Command