$channelCount

Returns the amount of channels in the current server.

Syntax

$channelCount

Info

It’s the sum of the number of categories, channels, and active forum posts (threads).

Example

$nomention
There are $channelCount channels in this server!
!example There are 34 channels in this server!

Tip

To avoid counting categories, you can use $categoryCount:

$nomention
There are $sub[$channelCount;$categoryCount] channels in this server!
!example There are 21 channels in this server!

How $sub[] and $categoryCount works?