Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
method ClientUser.prototype.getSelectedVoiceChannel
import { ClientUser } from "https://deno.land/x/discord_rpc_deno@1.0.11/src/structures/ClientUser.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