Skip to content

Commit 835f644

Browse files
committed
use default loginSolver
1 parent abc8f17 commit 835f644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/net/lz1998/mirai/entity/RemoteBot.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ interface RemoteBot {
1717
suspend fun initBot() {
1818
bot = Bot(botId, password) {
1919
fileBasedDeviceInfo("device.json")
20-
loginSolver = myLoginSolver
20+
// loginSolver = myLoginSolver
2121
noNetworkLog()
2222
}.alsoLogin()
2323
bot.subscribeAlways<BotEvent> {

0 commit comments

Comments
 (0)