mirai
2.13.4
mirai-console
/
net.mamoe.mirai.console.command.java
/
JRawCommand
/
onCommand
on
Command
open
fun
onCommand
(
sender
:
CommandSender
,
args
:
MessageChain
)
Content copied to clipboard
在指令被执行时调用.
Since
2.8
See also
net.
mamoe.
mirai.
console.
command.
Command
Manager
查看更多信息
Parameters
args
指令参数.
open
fun
onCommand
(
context
:
CommandContext
,
args
:
MessageChain
)
Content copied to clipboard
在指令被执行时调用.
Since
2.12
See also
net.
mamoe.
mirai.
console.
command.
Command
Manager
查看更多信息
Parameters
args
指令参数.