v0.0.1-beta
Musicord
interface
CommandData
Properties
cmdName
implemented
description
options
Search results
Types
Classes
Interfaces
Enums
Functions
Type aliases
Constants
Members
Properties
Methods
Getters
Setters
Enum members
Show privates
Other
In this module only
index
/
CommandData
Interface
CommandData
Defined in Interfaces.ts
Properties
cmdName
:
string
implemented
:
boolean
description
:
string
options
?
:
{
name
:
string
,
description
:
string
,
type
:
number
,
required
?
:
boolean
}