Add description for AutoLoginCommand passwordKind, fix #344

This commit is contained in:
Him188 2021-10-30 14:12:54 +01:00
parent 247cdb4414
commit ad8cc21ee4

View File

@ -306,7 +306,7 @@ public object BuiltInCommands {
})
}
@Description("添加自动登录")
@Description("添加自动登录, passwordKind 可选 PLAIN 或 MD5")
@SubCommand
public suspend fun CommandSender.add(account: Long, password: String, passwordKind: PasswordKind = PLAIN) {
val accountStr = account.toString()