$channelNSFW

Returns whether a channel is not-safe-for-work (NSFW).

Usage

$channelNSFW[channelID]

This function has one param.

ParamDescriptionTypeRequired

channelID

The channel to return this data for.

Snowflake

Yes

NSFW-Only Limiter

$onlyIf[$channelNSFW[$channelID]==true;You need to use that command in a NSFW channel!]

Last updated