Move Member to Voice Channel
discord_move_memberMove a Discord member to a specific voice channel or disconnect them from voice. The member must be currently connected to a voice channel.
Instructions
Move a member to a different voice channel or disconnect them from voice.
The member must currently be connected to a voice channel to be moved.
Args:
guild_id (string): Discord server/guild ID
user_id (string): Discord user ID to move
channel_id (string | null): Target voice channel ID, or null to disconnect
Returns: Confirmation of move or disconnect
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | Discord user ID (snowflake) | |
| guild_id | Yes | Discord server/guild ID (snowflake) | |
| channel_id | Yes | Target voice channel ID, or null to disconnect the user |