Preparing search index...
The search index is not available
replugged
replugged
types
RepluggedCommand
Type Alias RepluggedCommand<T>
Replugged
Command
<
T
>
:
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...