Skip to content

Commit

Permalink
add group active TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
MrXiaoM committed Dec 16, 2023
1 parent c34aed6 commit 4184ad6
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@ class GroupWrapper(
override val bot: Bot
get() = botWrapper
override val coroutineContext: CoroutineContext = CoroutineName("(Bot/${botWrapper.id})Group/$id")

/**
* 几乎全是 http api,但是也挺多的,有空再写
* https://github.com/mamoe/mirai/blob/dev/mirai-core/src/commonMain/kotlin/contact/active/GroupActiveProtocol.kt
*/
override val active: GroupActive
get() {
TODO("Not yet implemented")
Expand Down

0 comments on commit 4184ad6

Please sign in to comment.