We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abc8f17 commit 835f644Copy full SHA for 835f644
src/main/kotlin/net/lz1998/mirai/entity/RemoteBot.kt
@@ -17,7 +17,7 @@ interface RemoteBot {
17
suspend fun initBot() {
18
bot = Bot(botId, password) {
19
fileBasedDeviceInfo("device.json")
20
- loginSolver = myLoginSolver
+// loginSolver = myLoginSolver
21
noNetworkLog()
22
}.alsoLogin()
23
bot.subscribeAlways<BotEvent> {
0 commit comments