Skip to content

Commands

b1tk1ll3r edited this page Aug 11, 2025 · 2 revisions

📜 Commands

/makevc [name] [user_limit] [timeout_min]

Creates a private voice channel just for you. Moves you there if you’re already in a voice channel.

  • name (optional) – Custom channel name (default: 🔒 )
  • user_limit (optional) – Max members (0 = unlimited)
  • timeout_min (optional) – Auto-delete after X minutes of inactivity (default: 60)

Example:

/makevc name:"Team Room" user_limit:5 timeout_min:30

/setlobby <lobby_name> (Admin)

Sets the name of the “lobby” voice channel that triggers private room creation.
Takes effect immediately.

Example:

/setlobby name:"➕ Create Private Room"

/setcategory <category_name> (Admin)

Sets/creates the category where private voice channels are placed.
Creates the category automatically if missing.

Example:

/setcategory name:"Private Rooms"

/settimeout <minutes> (Admin)

Sets the default inactivity timeout (minutes) for new private channels (min: 1).

Example:

/settimeout minutes:45

/adduser <@member>

Grants the mentioned user access to your current private voice channel.
You must be the channel owner (has Manage Channel in that VC).

Example:

/adduser @Friend

Multi-Lobby (per-guild, persisted in SQLite)

/addlobby <lobby> <category> [timeout] (Admin)

Adds/updates a rule: lobby name → category → timeout (minutes).

Example:

/addlobby lobby:"➕ Coaching" category:"Coaching Booths" timeout:30

/removelobby <lobby> (Admin)

Removes a lobby rule by lobby name.

Example:

/removelobby lobby:"➕ Coaching"

/listlobbies (Admin)

Lists all configured lobby rules for this guild.

Output example:

• Lobby: "➕ Team Room" → Category: "Private Rooms", Timeout: 60 min

Localization

/setlanguage <code> (Admin)

Sets the guild language (e.g., de, en).

Example:

/setlanguage language:"en"