$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]

Breakdown

  • channelID - The channel to check.

Example

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

example