Future<void> setRulesChannel(String? channelId, {String? reason}) async { await _serverPart.updateServer(id, {'rules_channel_id': channelId}, reason); }