Future<void> setAfkTimeout(int value, {String? reason}) async { await _serverPart.updateServer(id, {'afk_timeout': value}, reason); }