Skip to main content
The /raidsignup command allows administrators to manually add, remove, or move users between raid slots and waitlists.
Requires Manage Server permission or a configured admin role.

Command Signature

/raidsignup action:<assign|remove|side|waitlist> raid_id:<raid_id> user:<user> [position:<1-12>] [role:<role_name>] [side:<side>]
action
choice
required
Operation to perform:
  • assign - Add user to a raid slot
  • remove - Remove user from raid
  • side - Set side assignment (Lemuria only)
  • waitlist - Add user to waitlist
raid_id
string
required
Raid ID from the signup embed
user
user
required
Discord user to assign/remove
position
integer
Position number (1-12) or team number for key/challenge raids
role
string
Alternative to position: role name or emoji (e.g., “Storm 1”, “1️⃣”)
side
choice
Lemuria side assignment:
  • Left side (Bomb)
  • Left side (Polymorph)
  • Right side (Automaton)
  • Right side (Bomb)

Actions

Add a user to a raid slot.For regular raids:
/raidsignup action:assign raid_id:ABC123 user:@PlayerName position:3
You can also use role name instead of position:
/raidsignup action:assign raid_id:ABC123 user:@PlayerName role:Storm 1
For museum:
/raidsignup action:assign raid_id:ABC123 user:@PlayerName
(Position not needed for museum signups)For key boss/challenge:
/raidsignup action:assign raid_id:ABC123 user:@PlayerName position:2
(Position = team number, 1-4)Behavior:
  • Removes user from waitlist if present
  • Moves user if already signed up for a different role
  • Removes their reaction from old role
  • Won’t add if slot is full (unless they’re replacing themselves)

Role Selection

When using position or role parameter, the bot accepts:
  1. Position number (e.g., 3)
  2. Role emoji (e.g., 1️⃣)
  3. Role name - exact match (e.g., Storm 1)
  4. Role name - partial match (e.g., storm) if unambiguous
If multiple roles match, the bot asks you to be more specific.

Audit Logging

All manual signup changes are logged to the audit channel with:
  • Who made the change
  • Target user
  • Raid ID
  • Role/position/team affected
  • Link to signup panel

Examples

/raidsignup action:assign raid_id:ABC123 user:@PlayerName position:3
/raidsignup action:assign raid_id:ABC123 user:@PlayerName role:Storm 1

Build docs developers (and LLMs) love