Interfacegatewayv0.1.4GatewayConfigThe gateway transport's configuration, what the Seedcord constructor takes. interface GatewayConfig extends ConfigMember overviewPropertiesbothealthCheckruntimePropertiesbotbot: GatewayBotConfig;optionalhealthCheckThe health-check server. false disables it, true or omit for the defaults, an object configures it. healthCheck: HealthCheckOption;optionalruntimeThe gateway websocket requires a persistent process. runtime: "server";
optionalhealthCheckThe health-check server. false disables it, true or omit for the defaults, an object configures it. healthCheck: HealthCheckOption;