Allow or disallow nsfw of this
Future<void> setNsfw(bool value) async { await update(ChannelBuilder({ 'nsfw': value})); }