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 cda8599 commit 580a342Copy full SHA for 580a342
src/main/kotlin/me/lightless/izumi/MainApp.kt
@@ -40,7 +40,7 @@ class MainApp {
40
ApplicationContext.botConfig!!.botQQ,
41
ApplicationContext.botConfig!!.botPassword
42
) {
43
- protocol = BotConfiguration.MiraiProtocol.ANDROID_PAD
+ protocol = BotConfiguration.MiraiProtocol.ANDROID_PHONE
44
fileBasedDeviceInfo("botDevice.json")
45
}.alsoLogin()
46
0 commit comments