$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]
How $message works?