Skip to main content
Go to Latest
method ClientUser.prototype.getSelectedVoiceChannel
Re-export
import { ClientUser } from "https://deno.land/x/discord_rpc_deno@v1.0.20/mod.ts";

Used to get the client's current voice channel. There are no arguments for this command. Returns the Get Channel response, or null if none.

Returns

Promise<Channel | null>

the client's current voice channel, null if none