Skip to main content

Variable

prefixDescriptionFormatExample $status_list
$Variables are immutable and live data that return information$variableCS:GO
or
CS:GO, Apex

List of Variables

General


creator_portal

DescriptionType
The name of the portal channel, the current voice channel was spawned fromstring

creator_voice

DescriptionType
creator of voicestring

##

DescriptionType
number of channel in list with #string

#

DescriptionType
number of channel in liststring

Member


member_list

DescriptionType
returns the currently played gamesstring

member_count

DescriptionType
number of members in channelstring

member_active_count

DescriptionType
number of members playingstring

member_with_status

DescriptionType
number of member with given statusstring

member_history

DescriptionType
returns statuses history (work-in-progress)string

Status


status_list

DescriptionType
list of current member statusesstring

status_count

DescriptionType
count of current member statusesstring

status_history

DescriptionType
history of all the statuses (work-in-progress)string

Time


date

DescriptionType
full date: dd/mm/yyyystring

day_name

DescriptionType
gets the day name (ex. Monday)string

day_number

DescriptionType
gets the day number (ex. 01)string

month_name

DescriptionType
gets the month name (ex. Feb)string

month_number

DescriptionType
gets the month number (ex. 02)string

year

DescriptionType
gets the yearstring

time

DescriptionType
full time: hh:mm:ssstring

hour

DescriptionType
gets the hourstring

minute

DescriptionType
gets the minutestring

second

DescriptionType
gets the secondstring