This commit is contained in:
Him188 2020-09-18 23:33:08 +08:00
parent ca40a292cf
commit 16598ee8ec
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ public abstract class RawCommand(
public override vararg val secondaryNames: String,
/** 用法说明, 用于发送给用户 */
public override val usage: String = "<no usages given>",
/** 指令描述, 用于显示在 [BuiltInCommands.Help] */
/** 指令描述, 用于显示在 [BuiltInCommands.HelpCommand] */
public override val description: String = "<no descriptions given>",
/** 指令父权限 */
parentPermission: Permission = owner.parentPermission,

View File

@ -59,7 +59,7 @@ public abstract class JRawCommand
public override var usage: String = "<no usages given>"
protected set
/** 指令描述, 用于显示在 [BuiltInCommands.Help] */
/** 指令描述, 用于显示在 [BuiltInCommands.HelpCommand] */
public final override var description: String = "<no descriptions given>"
protected set