FunctionsMember Functions
$userConnectedVC
Returns the ID of a voice channel the user is currently connected to.
Usage
$userConnectedVC[userID]- 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
!!exec $userConnectedVC
123456789987654321
Is not connected to a voice channel
What happens if user is not connected to a voice channel
!!exec $userConnectedVC
undefined
Related Functions: $vcBefore $vcAfter
Function difficulty: Easy
Tags: voice connected