Classhttpv0.2.3
Seedcord
The HTTP-interactions bot host, a long-running node server around the engine.
Discovers handlers from config.bot.interactions.path, verifies and dispatches interactions on start(), and runs coordinated shutdown with an in-flight drain. The edge deploy path calls createSeedcord from a generated entry.
class Seedcord<Cfg extends HttpConfig = HttpConfig>
extends Pluggable<"http", RuntimeOfConfig<Cfg>>
implements Core, SeedcordInstanceMember visibility
Filter class members by access level.
Cfg
Cfg extends HttpConfig = HttpConfigpublic readonly config: Cfgpublic readonly rateLimiter: IRateLimiterSee also:IRateLimiter
public readonly rest: REST