$isTicket
Checks whether the current or specified channel is a ticket or not.
Syntax
$isTicket[(Channel ID)]
This function uses the channel name to determine whether it is a ticket or not. If the channel name contains ticket word, the function will return true.
Parameters
Channel ID(Type: Snowflake || Flag: Optional): The channel to check. (Defaults to the current channel)
Example
$nomention
$onlyIf[$isTicket[]==true;❌ This command can only be used in a ticket!]
This is a ticket!
To create a ticket, use the $newTicket[] function.