Him188 преди 6 години
родител
ревизия
8ca7a5107a
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      mirai-core-qqandroid/src/commonMain/kotlin/net/mamoe/mirai/qqandroid/QQAndroidBot.kt

+ 1 - 1
mirai-core-qqandroid/src/commonMain/kotlin/net/mamoe/mirai/qqandroid/QQAndroidBot.kt

@@ -47,7 +47,7 @@ internal abstract class QQAndroidBotBase constructor(
         TODO("not implemented")
     }
 
-    override suspend fun login(configuration: BotConfiguration) {
+    override suspend fun login() {
         TODO("not implemented")
     }