Skip to content
This repository has been archived by the owner on Jan 18, 2022. It is now read-only.

Latest commit

 

History

History
17 lines (14 loc) · 370 Bytes

channelExists.md

File metadata and controls

17 lines (14 loc) · 370 Bytes

$channelExists

Checks whether or not the given channel exists. Returns "true" if it exists, returns "false" if it doesn't.

Usage

$channelExists[channelID]

Breakdown

channelID - The channel which the bot checks.

Example

bot.command({
    type: "command",
    name: "channel-exists",
    code: `Channel Exists? $channelExists[$message]`
})