-
Notifications
You must be signed in to change notification settings - Fork 0
Commands
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
Sets the name of the “lobby” voice channel that triggers private room creation.
Takes effect immediately.
Example:
/setlobby name:"➕ Create Private Room"
Sets/creates the category where private voice channels are placed.
Creates the category automatically if missing.
Example:
/setcategory name:"Private Rooms"
Sets the default inactivity timeout (minutes) for new private channels (min: 1).
Example:
/settimeout minutes:45
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
Adds/updates a rule: lobby name → category → timeout (minutes).
Example:
/addlobby lobby:"➕ Coaching" category:"Coaching Booths" timeout:30
Removes a lobby rule by lobby name.
Example:
/removelobby lobby:"➕ Coaching"
Lists all configured lobby rules for this guild.
Output example:
• Lobby: "➕ Team Room" → Category: "Private Rooms", Timeout: 60 min
Sets the guild language (e.g., de, en).
Example:
/setlanguage language:"en"