$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:

Member04/02/2024
!!exec $viewChannelVars

Custom Command Bot 04/02/2024
ticket, ticket_owner, staff

Example (return only variables that starts with ticket):

Member04/02/2024
!!exec $viewChannelVars[$channelID; ,;^ticket]

Custom Command Bot 04/02/2024
ticket, ticket_owner