Commit a56862fa authored by Him188's avatar Him188

Docs update

parent e58665f9
...@@ -49,7 +49,7 @@ data class BotAccount( ...@@ -49,7 +49,7 @@ data class BotAccount(
* *
* @author Him188moe * @author Him188moe
* @author NaturalHG * @author NaturalHG
* @see net.mamoe.mirai.contact.Contact * @see Contact
*/ */
class Bot(val account: BotAccount, val logger: MiraiLogger) { class Bot(val account: BotAccount, val logger: MiraiLogger) {
constructor(qq: UInt, password: String) : this(BotAccount(qq, password)) constructor(qq: UInt, password: String) : this(BotAccount(qq, password))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment