Skip to content

$leaveVC

$leaveVC will make your bot leave from the voice channel.

Usage

$leaveVC[guildID?]

Parameters

FieldTypeDescriptionRequired
guildID?snowflakeguild IDfalse

Example(s)

This will make your bot leave from the voice channel

1
client.command({
2
name: "leave",
3
code: `
4
$leaveVC
5
`
6
});