mirai
2.16.0
jvm
mirai-console
/
net.mamoe.mirai.console.command
/
UnmatchedCommandSignature
Unmatched
Command
Signature
@
ExperimentalCommandDescriptors
class
UnmatchedCommandSignature
(
val
signature
:
CommandSignature
,
val
failureReason
:
FailureReason
)
Members
Constructors
Unmatched
Command
Signature
Link copied to clipboard
constructor
(
signature
:
CommandSignature
,
failureReason
:
FailureReason
)
Properties
failure
Reason
Link copied to clipboard
val
failureReason
:
FailureReason
signature
Link copied to clipboard
val
signature
:
CommandSignature