addBot
fun addBot( id: Long, password: String, configuration: BotConfiguration.() -> Unit = {}): Bot
Content copied to clipboard
fun addBot( id: Long, password: ByteArray, configuration: BotConfiguration.() -> Unit = {}): Bot
Content copied to clipboard
添加一个 Bot 实例到全局 Bot 列表, 但不登录.
调用 Bot.login 可登录.
See also
获取现有 Bot 实例列表