ZvoiceStatus
Gets or sets the status of a voice channel. Returns the current status if no status arg is given.
Syntax
ZvoiceStatus{channelID;status?}Arguments
| Name | Type | Required | Default |
|---|---|---|---|
| channelID | snowflake | Yes | - |
| status | string | No | - |
Example
ZvoiceStatus{123456789012345678;Welcome to the club!}