CommandContext

interface CommandContext

指令执行环境

Since

2.12

Properties

Link copied to clipboard
abstract val originalMessage: MessageChain

触发指令的原消息链,包含元数据,也包含指令名。

Link copied to clipboard
abstract val sender: CommandSender

指令发送者