Custom Command
FunctionsChannel Functions

$channelType

Retrieves the type of a channel based on its ID.

Usage

$channelType[channelID]

This function allows you to determine the type of a specific channel using its unique ID.


Example:

!!exec $channelType[$channelID]

text

Note

The $channelType function returns a string representing the channel type. Refer to this list for possible channel types and their meanings.

Function Difficulty: Easy

Tags: Channel Channel Type

On this page