Răsfoiți Sursa

Let ContactOrBot implements CoroutineScope

Him188 5 ani în urmă
părinte
comite
aa12684050

+ 2 - 1
mirai-core/src/commonMain/kotlin/net.mamoe.mirai/contact/ContactOrBot.kt

@@ -9,6 +9,7 @@
 
 package net.mamoe.mirai.contact
 
+import kotlinx.coroutines.CoroutineScope
 import net.mamoe.mirai.Bot
 
 /**
@@ -18,7 +19,7 @@ import net.mamoe.mirai.Bot
  * @see Contact
  * @see Bot
  */
-interface ContactOrBot {
+interface ContactOrBot : CoroutineScope {
     /**
      * QQ 号或群号.
      */