$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
WARNING
Important Considerations:
- This function is exclusively for the Channel Creation and Channel Deletion triggers.
- For Voice Channel Join/Leave events, use
$voiceChannelIDinstead. - This function will not work in regular command triggers. For those triggers, use
$channelID.