$channelName
Returns the channel's name.
Usage
$channelName or $channelName[channelID]Param
Description
Type
Required
Example
bot.commands.add({
type: "basicCommand",
name: "example",
code: `The current channel name is \`$channelName\``
})
Last updated
Was this helpful?