Skip to main content
Module

x/harmony/mod.ts>Member#moveVoiceChannel

An easy to use Discord API Library for Deno.
Go to Latest
method Member.prototype.moveVoiceChannel
Re-export
import { Member } from "https://deno.land/x/harmony@v2.9.0/mod.ts";

Moves a Member to another VC

Parameters

optional
channel: string | VoiceChannel | null

Channel to move(null or undefined to disconnect)

optional
reason: string

Returns

Promise<Member>