Skip to main content

Manage Events

Beyond creating, editing, and removing events, Raid Organizer offers several commands to manage events and their signups.

Open and Close Events

  • /event close <event_id> — Closes an event. Users can no longer sign up or change their signup.
  • /event open <event_id> — Reopens a closed event so users can sign up again.
info

Manually opened events stay open (they are not auto-closed again). See Event Closure for automatic closure behavior.

You can also right-click the event message → AppsOpen Event or Close Event.

Reload an Event

If you accidentally hide an event (pressed the "x" button on the embed), use /event reload <event_id> to show it again. The event ID is also the Discord message id.

Confirm and Unconfirm Users

Organizers can mark users as "confirmed" (e.g. for a raid roster):

  • /event user confirm <event_id> <user_type> — Confirms one or more users for the event.
  • /event user unconfirm <event_id> <user_type> — Removes confirmation from users.
tip

Use /toggle user_confirmation_message to send DMs to users when they are (un)confirmed. Use /toggle organizer_unconfirmed_messages to notify organizers when a confirmed user signs off.

Manually Sign Up or Sign Off Users

Organizers can add or remove users from an event without reactions:

  • /event user signup <event_id> <user_type> — Signs up one or more users. Users must not already be signed up.
  • /event user signoff <event_id> <user_type> — Signs off one or more users from the event.

Get Hidden Users

If an event message hits Discord's length limits, some users may be hidden. Use /event user get_hidden_users <event_id> to list hidden users.

Export an Event

/event export <event_id> — Exports the event to the configured export channel. Set the export channel with /export_event channel set.