Variable
prefix | Description | Format | Example $status_list |
---|---|---|---|
$ | Variables are immutable and live data that return information | $variable | CS:GO or CS:GO, Apex |
List of Variables
General
creator_portal
Description | Type |
---|---|
The name of the portal channel, the current voice channel was spawned from | string |
creator_voice
Description | Type |
---|---|
creator of voice | string |
##
Description | Type |
---|---|
number of channel in list with # | string |
#
Description | Type |
---|---|
number of channel in list | string |
Member
member_list
Description | Type |
---|---|
returns the currently played games | string |
member_count
Description | Type |
---|---|
number of members in channel | string |
member_active_count
Description | Type |
---|---|
number of members playing | string |
member_with_status
Description | Type |
---|---|
number of member with given status | string |
member_history
Description | Type |
---|---|
returns statuses history (work-in-progress) | string |
Status
status_list
Description | Type |
---|---|
list of current member statuses | string |
status_count
Description | Type |
---|---|
count of current member statuses | string |
status_history
Description | Type |
---|---|
history of all the statuses (work-in-progress) | string |
Time
date
Description | Type |
---|---|
full date: dd/mm/yyyy | string |
day_name
Description | Type |
---|---|
gets the day name (ex. Monday) | string |
day_number
Description | Type |
---|---|
gets the day number (ex. 01) | string |
month_name
Description | Type |
---|---|
gets the month name (ex. Feb) | string |
month_number
Description | Type |
---|---|
gets the month number (ex. 02) | string |
year
Description | Type |
---|---|
gets the year | string |
time
Description | Type |
---|---|
full time: hh:mm:ss | string |
hour
Description | Type |
---|---|
gets the hour | string |
minute
Description | Type |
---|---|
gets the minute | string |
second
Description | Type |
---|---|
gets the second | string |