Custom Command
FunctionsChannel Functions

$eventChannelID

Returns the ID of the channel that was created or deleted. This function is used specifically for the Channel Creation or Channel Deletion triggers.

Usage

$eventChannelID

Important Considerations:

  • This function is exclusively for the Channel Creation and Channel Deletion triggers.
  • For Voice Channel Join/Leave events, use $voiceChannelID instead.
  • This function will not work in regular command triggers. For those triggers, use $channelID.

Difficulty: Easy

Tags: Channel Exec Channel Channel Used Used Channel Channel Create/delete

On this page