DiscordEventCommand
Extends
Module
Type parameters
• T extends keyof ClientEvents
= keyof ClientEvents
Properties
description?
optional
description:string
Inherited from
Module.description
Source
name?
optional
name:T
Overrides
Module.name
Source
onEvent
onEvent:
ControlPlugin
<any
[]>[]
Inherited from
Module.onEvent
Source
plugins
plugins:
InitPlugin
<any
[]>[]
Inherited from
Module.plugins
Source
type
type:
Discord
Overrides
Module.type
Source
Methods
execute()
execute(…
args
):unknown
Parameters
• …args: ClientEvents
[T
]
Returns
unknown
Overrides
Module.execute