Slash
16eb0b8
jvm
Slash
/
tv.blademaker.slash.internal
/
Registry
Registry
data
class
Registry
(
val
message
:
List
<
MessageCommand
>
,
val
slash
:
List
<
BaseSlashCommand
>
,
val
user
:
List
<
UserCommand
>
)
Members
Constructors
Registry
Link copied to clipboard
constructor
(
message
:
List
<
MessageCommand
>
,
slash
:
List
<
BaseSlashCommand
>
,
user
:
List
<
UserCommand
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
message
Link copied to clipboard
val
message
:
List
<
MessageCommand
>
slash
Link copied to clipboard
val
slash
:
List
<
BaseSlashCommand
>
user
Link copied to clipboard
val
user
:
List
<
UserCommand
>