$serverChannelExists

Checks if the channel exists in the current server.

Syntax

$serverChannelExists[Channel ID]

Parameters

  • Channel ID (Type: Snowflake, String || Flag: Emptiable): Returns "true" if the channel exists, otherwise "false" is returned.

Example

$nomention
$serverChannelExists[$message[1]]

example