voice_get_current_user_state
Fetch the bot's voice state for a Discord guild, returning channel, mute/deaf flags, and request-to-speak timestamp.
Instructions
Purpose: Fetch the bot's own voice state in a guild (/guilds/{guild.id}/voice-states/@me).
Returns: voice state shape (channel, mute/deaf flags, request_to_speak_timestamp).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guild_id | Yes | Guild to query |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||