$channelCategoryID
Returns the category ID that this channel is under.
Usage
$channelCategoryID or $channelCategoryID[channelID]Field
Description
Type
Required
Example
bot.commands.add({
type: "basicCommand",
name: "example",
code: `<#$channelID>'s Category: $channelCategoryID`
})Last updated
Was this helpful?