discordx
Preparing search index...
SimpleCommandManager
Class SimpleCommandManager
Index
Constructors
constructor
Methods
execute
Command
parse
Command
Constructors
constructor
new
SimpleCommandManager
(
client
:
Client
)
:
SimpleCommandManager
Parameters
client
:
Client
Returns
SimpleCommandManager
Methods
execute
Command
executeCommand
(
message
:
Message
,
caseSensitive
?:
boolean
)
:
Promise
<
unknown
>
Parameters
message
:
Message
Optional
caseSensitive
:
boolean
Returns
Promise
<
unknown
>
parse
Command
parseCommand
(
message
:
Message
,
caseSensitive
?:
boolean
,
)
:
Promise
<
SimpleCommandMessage
|
SimpleCommandParseType
>
Parameters
message
:
Message
caseSensitive
:
boolean
= false
Returns
Promise
<
SimpleCommandMessage
|
SimpleCommandParseType
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
execute
Command
parse
Command
discordx
Loading...