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:

Member
9/5/2026
!!exec $channelType[$channelID]
Custom Command
APP
9/5/2026
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