mirai
2.13.4
mirai-console
/
net.mamoe.mirai.console.command
/
CommandContext
Command
Context
@
NotStableForInheritance
interface
CommandContext
Content copied to clipboard
指令执行环境
Since
2.12
Properties
Properties
original
Message
Link copied to clipboard
abstract
val
originalMessage
:
MessageChain
Content copied to clipboard
触发指令的原消息链,包含元数据,也包含指令名。
sender
Link copied to clipboard
abstract
val
sender
:
CommandSender
Content copied to clipboard
指令发送者