discord_send_voice
Send spoken audio messages to Discord channels by converting text to speech with ElevenLabs TTS. Generates and attaches the voice message.
Instructions
Sends a voice message to a Discord channel using ElevenLabs TTS. Converts text to speech and attaches the audio file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The text to convert to speech (max 5000 characters) | |
| voiceId | No | Optional ElevenLabs voice ID. Uses default Alex voice if not specified. | |
| channelId | Yes | The Discord channel ID to send the voice message to | |
| includeText | No | Whether to include the text as a message alongside the audio (default: false) | |
| replyToMessageId | No | Optional message ID to reply to |