$isNSFW

Returns whether the provided channel is NSFW (not-safe-for-work) or not.

🧙‍♂️ 'true' means the channel is NSFW, 'false' means it isn't.

Usage

$isNSFW[channelID]

Parameters

  • channelID (Type: Snowflake || Flag: Required): The channel to check.

Example

$nomention
Is <#$channelID> NSFW?: `$isNSFW[$channelID]`

example