Interfacehttpv0.5.1
interface HttpServerConfig extends Configbot
- optional
botColor
Accent and embed color applied to every BuilderComponent (embeds, containers).
Omit for Discord's default color.
- optional
errors
Settings for how the framework renders errors and reports faults.
errors: ErrorsConfig;Inherited from:Config
- optional
logger
Logging level, sinks, and per-channel overrides. Omitted fields keep the transport's defaults.
logger: LoggerConfig;Inherited from:Config
- optional
notifications
Settings for framework-sent error notifications.
notifications: NotificationsConfig;Inherited from:Config
- optional
ownerIds
User ids the OwnerOnly gate treats as bot owners.
port: number;Default:3000
runtime: "server";- optional
store
The in-memory default resets on restart and is per-isolate on serverless. Pass a durable store to keep framework state across restarts and isolates.
subscribers
subscribers: SubscribersConfig;Inherited from:Config