Custom Command
FunctionsVariables Functions

$viewChannelVars

View a list of all the variables that are defined for a specific channel, and search for specific variables using a regular expression query filter

Usage

$viewChannelVars[Channel ID (default: $channelID);Separator;Query Regex (optional)]

Example:

Member
9/5/2026
!!exec $viewChannelVars
Custom Command
APP
9/5/2026
ticket, ticket_owner, staff

Example (return only variables that starts with ticket):

Member
9/5/2026
!!exec $viewChannelVars[$channelID; ,;^ticket]
Custom Command
APP
9/5/2026
ticket, ticket_owner

On this page