Move member to voice channel
move_member_to_voiceMoves a member connected to voice to a different voice channel. Specify member and destination channel.
Instructions
Move a member who is already in a voice channel to a different one. The member must be connected to voice for this to succeed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| member | Yes | Member to move (id, @mention, or username). | |
| server | No | Server (guild) name or id. Optional when the bot is in a single server or DISCORD_GUILD_ID is set. | |
| channel | Yes | Destination voice channel (name or id). |