Commit 73e4dd79 authored by Him188's avatar Him188

Add bot ref

parent f793a67a
......@@ -67,6 +67,7 @@ internal class MemberImpl(
override val coroutineContext: CoroutineContext,
override val permission: MemberPermission
) : ContactImpl(), Member, QQ by qq {
override val bot: QQAndroidBot get() = qq.bot
override val group: GroupImpl by group.unsafeWeakRef()
val qq: QQImpl by qq.unsafeWeakRef()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment