soundboard_get_guild_sound
soundboard_get_guild_sound
Section titled “soundboard_get_guild_sound”Category: soundboard
Fetch a single guild soundboard sound.
When to use
Section titled “When to use”When NOT to use
Section titled “When NOT to use”| Field | Type | Required | Description |
|---|---|---|---|
guild_id | string | yes | Guild containing the sound |
sound_id | string | yes | Soundboard sound ID |
Returns
Section titled “Returns”\{sound_id, name, volume, emoji_id, emoji_name, guild_id, available, untrusted_text\}. Name wrapped.
Output schema
Section titled “Output schema”| Field | Type | Required | Description |
|---|---|---|---|
sound_id | string | yes | Discord soundboard sound ID |
name | string | yes | |
volume | number | yes | |
emoji_id | unknown | yes | |
emoji_name | unknown | yes | |
guild_id | string | yes | Discord guild (server) ID |
available | boolean | yes | |
untrusted_text | string | yes |
Annotations
Section titled “Annotations”| Property | Value |
|---|---|
| Read-only | yes |
| Destructive | no |
| Idempotent | yes |
| Open-world | yes |
| Confirmation required | no |