Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 189 Bytes

usdleavevc.md

File metadata and controls

14 lines (10 loc) · 189 Bytes

$leaveVC

Makes the bot leave the voice channel where it is connected, if any.

Usage

bot.command({
    name: "leave",
    code: `I left the VC!
    $leaveVC`
})