LogoRobo.js
Packages@robojs/discordjs

MiddlewareConfig

Interface: MiddlewareConfig

Middleware configuration options.

Extends

Properties

PropertyTypeDescriptionInherited from
__auto?trueInternal: auto-generated handler markerBaseConfig.__auto
__module?stringInternal: module nameBaseConfig.__module
__path?stringInternal: file pathBaseConfig.__path
__plugin?{ name: string; path: string; }Internal: plugin infoBaseConfig.__plugin
__plugin.namestring--
__plugin.pathstring--
description?stringHandler descriptionBaseConfig.description
disabled?booleanWhether the handler is disabledBaseConfig.disabled
enabled?booleanWhether middleware is enabled-
order?numberExecution order (lower runs first)-
serverOnly?string | string[]Restrict to specific server IDsBaseConfig.serverOnly
timeout?numberExecution timeout in millisecondsBaseConfig.timeout

On this page