$channelExists
Returns whether or not the provided channel exists.
Usage
$channelExists[channelID]Param
Description
Type
Required
Examples
bot.commands.add({
type: "basicCommand",
name: "example",
code: `$channelExists[kwekdlwe]` //false
})bot.commands.add({
type: "basicCommand",
name: "example",
code: `$channelExists[919345931286110218]` //true
})Last updated
Was this helpful?