Custom Command
FunctionsMember Functions

$userConnectedVC

Returns the ID of a voice channel the user is currently connected to.

Usage

$userConnectedVC[userID]
  1. userID - (Optional) default value: $authorID. The ID of a user you want to return voice channel they are connected to.

Example

Is connected to a voice channel

What happens if user is connected to a voice channel

Member
9/5/2026

!!exec $userConnectedVC

Custom Command
APP
9/5/2026

123456789987654321

Is not connected to a voice channel

What happens if user is not connected to a voice channel

Member
9/5/2026

!!exec $userConnectedVC

Custom Command
APP
9/5/2026

undefined

Related Functions: $vcBefore $vcAfter

Function difficulty: Easy

Tags: voice connected

On this page