From 824430de85eca61dd590aff669759dd1621cabe8 Mon Sep 17 00:00:00 2001 From: Shadow Date: Mon, 16 Feb 2026 19:35:15 -0600 Subject: [PATCH] Config: document Discord voice help --- src/config/schema.help.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/config/schema.help.ts b/src/config/schema.help.ts index 11c92956df..ecb6fe1c9b 100644 --- a/src/config/schema.help.ts +++ b/src/config/schema.help.ts @@ -381,6 +381,12 @@ export const FIELD_HELP: Record = { "channels.discord.maxLinesPerMessage": "Soft max line count per Discord message (default: 17).", "channels.discord.ui.components.accentColor": "Accent color for Discord component containers (hex). Set per account via channels.discord.accounts..ui.components.accentColor.", + "channels.discord.voice.enabled": + "Enable Discord voice channel conversations (default: true). Omit channels.discord.voice to keep voice support disabled for the account.", + "channels.discord.voice.autoJoin": + "Voice channels to auto-join on startup (list of guildId/channelId entries).", + "channels.discord.voice.tts": + "Optional TTS overrides for Discord voice playback (merged with messages.tts).", "channels.discord.intents.presence": "Enable the Guild Presences privileged intent. Must also be enabled in the Discord Developer Portal. Allows tracking user activities (e.g. Spotify). Default: false.", "channels.discord.intents.guildMembers":