Packages@robojs/discordjs BaseConfig
Base configuration shared by all handler types.
| Property | Type | Description |
|---|
__auto? | true | Internal: auto-generated handler marker |
__module? | string | Internal: module name |
__path? | string | Internal: file path |
__plugin? | { name: string; path: string; } | Internal: plugin info |
__plugin.name | string | - |
__plugin.path | string | - |
description? | string | Handler description |
disabled? | boolean | Whether the handler is disabled |
serverOnly? | string | string[] | Restrict to specific server IDs |
timeout? | number | Execution timeout in milliseconds |