Preparing search index...
The search index is not available
discordx
discordx
SimpleCommandOptions
Interface SimpleCommandOptions<T>
interface
SimpleCommandOptions
<
T
>
{
aliases
?:
string
[]
;
argSplitter
?:
ArgSplitter
;
botIds
?:
string
[]
;
description
?:
string
;
directMessage
?:
boolean
;
guilds
?:
IGuild
[]
;
name
?:
NotEmpty
<
T
>
;
prefix
?:
IPrefix
;
}
Type Parameters
T
extends
string
=
string
Index
Properties
aliases?
arg
Splitter?
bot
Ids?
description?
direct
Message?
guilds?
name?
prefix?
Properties
Optional
aliases
aliases
?:
string
[]
Optional
arg
Splitter
arg
Splitter
?:
ArgSplitter
Optional
bot
Ids
bot
Ids
?:
string
[]
Optional
description
description
?:
string
Optional
direct
Message
direct
Message
?:
boolean
Optional
guilds
guilds
?:
IGuild
[]
Optional
name
name
?:
NotEmpty
<
T
>
Optional
prefix
prefix
?:
IPrefix
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
aliases
arg
Splitter
bot
Ids
description
direct
Message
guilds
name
prefix
discordx
Loading...