Moves a user from one voice channel to another. The user must already be connected to a voice channel in the defined guild to work.
FUNCTION USAGE
$vcMove[guildID;userID;channelID]
​
Property:
guildID - The ID of the guild where the user and channel is located and where the action will take place.
userID - The ID of the user already connected to a voice channel.
channelID - The ID of the voice channel where the user will be moved to.
​
​
Example:
bot.Command({
name: "test",
code: `
$vcMove[$guildID[DB-Script Official Server];$userID[Speshul];$channelID[Nubs]]