Update member
update_memberUpdate a member's nickname, server mute/deafen, or move them to another voice channel. Voice changes apply while the member is in voice.
Instructions
Edit a member's nickname or voice state. Voice changes (server mute, server deafen, move to another voice channel) only apply while the member is connected to voice. Role changes go through assign_role and remove_role.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guild | No | Guild (server) name or ID. Omit to use the default guild. | |
| member | Yes | Member name or user ID. | |
| reason | No | ||
| nickname | No | New nickname, or empty string to clear it. | |
| server_mute | No | ||
| move_to_voice | No | Voice channel name or ID to move the member into. | |
| server_deafen | No |