soundboard_send_sound
soundboard_send_sound
Section titled “soundboard_send_sound”Category: soundboard
Play a soundboard sound in a voice channel.
When to use
Section titled “When to use”When NOT to use
Section titled “When NOT to use”| Field | Type | Required | Description |
|---|---|---|---|
channel_id | string | yes | Voice channel where the bot is connected |
sound_id | string | yes | Sound to play |
source_guild_id | string | no | Origin guild ID if the sound isn’t from the channel’s guild |
Returns
Section titled “Returns”\{sent, channel_id, sound_id\}.
Output schema
Section titled “Output schema”| Field | Type | Required | Description |
|---|---|---|---|
sent | boolean | yes | |
channel_id | string | yes | Discord channel ID (snowflake) |
sound_id | string | yes | Discord soundboard sound ID |
Annotations
Section titled “Annotations”| Property | Value |
|---|---|
| Read-only | no |
| Destructive | no |
| Idempotent | no |
| Open-world | yes |
| Confirmation required | no |