Checks whether or not the given channel exists. Returns "true" if it exists, returns "false" if it doesn't.
$channelExists[channelID]
channelID
- The channel which the bot checks.
bot.command({
type: "command",
name: "channel-exists",
code: `Channel Exists? $channelExists[$message]`
})