replugged
Preparing search index...
types
RepluggedCommand
Type Alias RepluggedCommand<T>
RepluggedCommand
:
InexecutableRepluggedCommand
<
T
>
&
(
|
{
execute
?:
never
;
executor
:
(
interaction
:
CommandInteraction
<
GetCommandOptions
<
T
>
>
,
)
=>
Promise
<
RepluggedCommandResult
>
|
RepluggedCommandResult
;
}
|
{
execute
:
(
args
:
GetCommandOptions
<
T
>
[]
,
currentInfo
:
{
channel
:
Channel
;
guild
:
Guild
}
,
)
=>
Promise
<
void
>
|
void
;
executor
?:
never
;
}
)
Type Parameters
T
extends
CommandOptions
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
replugged
Loading...