UnresolvedCommand

没有匹配的指令

Constructors

Link copied to clipboard
constructor(call: CommandCall?)

Properties

Link copied to clipboard
open override val call: CommandCall?

解析的 CommandCall (如果匹配到)

Link copied to clipboard
open override val command: Nothing?

尝试执行的指令, 总是 null

Link copied to clipboard
open override val exception: Nothing?

指令执行时发生的错误, 总是 null

Link copied to clipboard
open override val resolvedCall: ResolvedCommandCall?

解析的 ResolvedCommandCall (如果匹配到)