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":