$moveUser

Moves a user to a different voice channel, or disconnects them from their current voice channel.

Usage

$moveUser[userID;channelID;reason]
  1. userID - The ID of user to be moved.
  2. channelID - (Optional) default: disconnect user. The channel where to move the user. If none provided, the user will be disconnected.
  3. reason - (Optional) default value: (empty). Reason for move or disconnect. You can see this in Audit Log.

Examples

Moving user to a channel

How to move user to another channel

User04/23/2025
!!exec $moveUser[123456789123456789;123456789987654321;AFK]

Disconnecting user from a channel

How to diconnect user from a channel

User04/23/2025
!!exec $moveUser[123456789123456789;;AFK]

Permission

Make sure that the bot does have enough permission to move or disconnect members. The bot also needs to be higher in the role hierarchy.

Function difficulty: Medium
Tags: voice move