LogoRobo.js
Packages@robojs/discordjs

BaseConfig

Interface: BaseConfig

Base configuration shared by all handler types.

Extended by

Properties

PropertyTypeDescription
__auto?trueInternal: auto-generated handler marker
__module?stringInternal: module name
__path?stringInternal: file path
__plugin?{ name: string; path: string; }Internal: plugin info
__plugin.namestring-
__plugin.pathstring-
description?stringHandler description
disabled?booleanWhether the handler is disabled
serverOnly?string | string[]Restrict to specific server IDs
timeout?numberExecution timeout in milliseconds

On this page