Intercepted
class Intercepted(val call: CommandCall?, val resolvedCall: ResolvedCommandCall?, val command: Command?, val reason: InterceptedReason) : CommandExecuteResult.Failure
没有匹配的指令
Constructors
Link copied to clipboard
constructor(call: CommandCall?, resolvedCall: ResolvedCommandCall?, command: Command?, reason: InterceptedReason)
Properties
Link copied to clipboard
解析的 CommandCall (如果匹配到)
Link copied to clipboard
拦截原因
Link copied to clipboard
解析的 ResolvedCommandCall (如果匹配到)