$categoryChannels

List channel property under given category.

Syntax

$categoryChannels[category ID;separator;(option)]

Parameters

  • category ID (Type: Snowflake || Flag: Required): The category from which to take the channels.
  • seperator (Type: String || Flag: Emptiable): The separator to use when separating channel properties.
  • option (Type: Enum || Flag: Optional): Which property to get from category channels. (Default is name)

Options

  • name: The name of the channels.
  • id: The id of the channels.
  • mention: The channel mentions.
  • count: The amount of channels in the category.

The count option does not list anything, instead it will return the number of channels under the given category.

Example

$nomention
<#$categoryChannels[$categoryID[BDFD];>
<#;id]>

example

How $categoryID[] works?