Skip to content
Server Channels

$serverChannels

Return all the channels inside the guild.

Usage

$serverChannels[info (optional, default is name);type (optional, default is all);separator (optional, default is ", ")]

Example:

!!exec $serverChannels[name;text;/]

channel1/channel2/channel3/channel4

::: tip Info types:

  • name
  • id :::

::: tip Channel types:

  • all
  • text
  • voice
  • category :::

::: tip Related Functions $categoryChannels, to get channels from category :::