LogoRobo.js
Packages@robojs/discordjs

EventConfig

Interface: EventConfig

Event 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
frequency?"always" | "once"Event frequency: - 'always': Handler runs on every event (default) - 'once': Handler runs only on first occurrence-
priority?numberExecution priority (lower runs first). Default is 0.-
serverOnly?string | string[]Restrict to specific server IDsBaseConfig.serverOnly
timeout?numberExecution timeout in millisecondsBaseConfig.timeout

On this page