$serverChannelExists

Checks if the channel exists in the current server.

Syntax

$serverChannelExists[Channel]

Parameters

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

Example

$nomention
Exists?: $serverChannelExists[$message]
!example 566370477967147018 Exists?: true !example dhjejemxndj Exists?: false

What is this?

How $message works?