Cómo verificar si el chat es nsfw discord.py

channel_nsfw = await self.is_nsfw(ctx.message.channel)
if channel_nsfw:
	print("NSFW!")
Scary Starling