Skip to main content

Voice Channel

note

This is a premium feature.

Raid Organizer has the ability to automatically create voice channels X time before an event starts.

Set up voice channel creation

info

For this feature Raid Organizer requires additional permissions to work as expected.

To enable automatic voice channel creation, use /event_voice set. The command has these parameters:

  • name: The name of the voice channel. This field supports the dynamic fields ${event_title} and ${event_start_time}.
  • time: How long before the event start the voice channel should be created.
  • category: The Category in which the channel should be created.
  • limit: (Optional) Maximum number of users in the channel (1–99).
  • view_restriction: (Optional) If True, only users with the event role can see the voice channel.
  • connect_restriction: (Optional) If True, only users with the event role can join the channel; others can still see it.

Example input:
/event_voice set name: test time: 5m category: #Voice channels

Example with role restrictions (requires event roles enabled):
/event_voice set name: ${event_title} time: 15m category: #Voice channels view_restriction: True connect_restriction: True

Restrict access by event role

When event roles are enabled, you can restrict voice channel visibility and access using the view_restriction and connect_restriction parameters:

ParameterEffect
view_restriction: TrueOnly users with the event role can see the voice channel. Others won't see it in the channel list.
connect_restriction: TrueOnly users with the event role can join the channel. Others can still see it but cannot connect.

These options are useful for private raids or events where only signed-up participants should access the voice channel.

Snaweused /event_voice set
Raid OrganizerBot03/13/2026
Voice channel configured!
The voice channel will be created 5minutes before the event starts!
note

Voice channels are only created for events that have a start time!

Deletion Behavior

Voice channels get removed:

  • After the event end time is reached and no user is in the channel.
  • If a user is in the channel after the end time is reached, the voice channel will be removed right after the last user leaves the channel.
  • If the event has no end time, the voice channel will be removed when the last user leaves the channel and the start time is in the past.
  • If an event gets deleted/closed and no user is in the channel, the channel will also be removed.
  • If a user is in the channel during deletion, the channel will be removed right after the last user leaves the channel.