Preparing search index...
The search index is not available
discord-kommando.js
discord-kommando.js
OptionData
Interface OptionData
The option data to be used in a command.
Hierarchy
OptionData
Index
Properties
autocomplete?
channel
Types?
choices?
description
max
Value?
min
Value?
name
required?
type
Properties
Optional
autocomplete
autocomplete
?:
boolean
Optional
channel
Types
channel
Types
?:
(
GuildText
|
GuildVoice
|
GuildCategory
|
GuildAnnouncement
|
AnnouncementThread
|
PublicThread
|
PrivateThread
|
GuildStageVoice
|
GuildForum
)
[]
Optional
choices
choices
?:
unknown
[]
description
description
:
string
Optional
max
Value
max
Value
?:
number
Optional
min
Value
min
Value
?:
number
name
name
:
string
Optional
required
required
?:
boolean
type
type
:
"string"
|
"number"
|
"boolean"
|
"integer"
|
"mentionable"
|
"channel"
|
"role"
|
"user"
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
discord-
kommando.js
Option
Data
autocomplete?
channel
Types?
choices?
description
max
Value?
min
Value?
name
required?
type
Generated using
TypeDoc
The option data to be used in a command.