Makes the bot join an specified voice channel.
This function has 1 required field.
- Channel ID (Required)
Raw usage: $joinVC[Channel ID]
- Channel ID - Channel where the bot should connect to.
bot.command({
name: "",
code: `Joined!
$joinVC[816751491451977768]`
})
/**
* This would make the bot join the #Staff VC
* Located in the official aoi.js server.
**/