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