matchCommand

abstract fun matchCommand(commandName: String): Command?

指令名称 匹配对应的 Command.

实现细节

Parameters

commandName

可能带有或不带有 commandPrefix.