Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 454 Bytes

usdjoinvc.md

File metadata and controls

31 lines (20 loc) · 454 Bytes

$joinVC

Makes the bot join an specified voice channel.

Fields

This function has 1 required field.

  1. Channel ID (Required)

Raw usage: $joinVC[Channel ID]

Options

  • Channel ID - Channel where the bot should connect to.

Usage

bot.command({
    name: "",
    code: `Joined!
    $joinVC[816751491451977768]` 
})

/**
 * This would make the bot join the #Staff VC
 * Located in the official aoi.js server.
**/