Preparing search index...
The search index is not available
@tanzanite/discord-akairo
@tanzanite/discord-akairo
ExecutionPredicate
Type Alias ExecutionPredicate
ExecutionPredicate
:
(
this
:
Command
,
message
:
TextCommandMessage
,
)
=>
SyncOrAsync
<
boolean
>
A function used to check if the command should run arbitrarily.
Type declaration
(
this
:
Command
,
message
:
TextCommandMessage
)
:
SyncOrAsync
<
boolean
>
Parameters
this
:
Command
message
:
TextCommandMessage
Message to check.
Returns
SyncOrAsync
<
boolean
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@tanzanite/discord-akairo
Loading...
A function used to check if the command should run arbitrarily.