Comment vérifier si le chat est nsfw Discord.py

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