Sets the nsfw of the channel.
await channel.setNsfw(true);
Future<void> setNsfw(bool nsfw, {String? reason}) => _methods.setNsfw(nsfw, reason);