mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-27 00:30:17 +08:00
Improve docs
This commit is contained in:
parent
77f00d2d84
commit
fd2a22a798
@ -21,12 +21,7 @@ import kotlin.contracts.contract
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* 指令的执行返回
|
* 指令的执行返回
|
||||||
*
|
|
||||||
* 注意: 现阶段
|
|
||||||
*
|
|
||||||
* @see CommandExecuteStatus
|
|
||||||
*/
|
*/
|
||||||
@ConsoleExperimentalApi("Not yet implemented")
|
|
||||||
@ExperimentalCommandDescriptors
|
@ExperimentalCommandDescriptors
|
||||||
public sealed class CommandExecuteResult {
|
public sealed class CommandExecuteResult {
|
||||||
/** 指令执行时发生的错误 (如果有) */
|
/** 指令执行时发生的错误 (如果有) */
|
||||||
|
Loading…
Reference in New Issue
Block a user