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

Member01/03/2025
!!exec $viewChannelVars

Custom Command Bot 01/03/2025
ticket, ticket_owner, staff

Example (return only variables that starts with ticket):

Member01/03/2025
!!exec $viewChannelVars[$channelID; ,;^ticket]

Custom Command Bot 01/03/2025
ticket, ticket_owner