mirror of
https://github.com/mamoe/mirai.git
synced 2026-09-03 13:13:00 +08:00
添加管理员修改功能 (#1178)
* add modifyAdmin * 修复赋予相同权限时不会抛错并且仍然广播事件的 bug * fix test failed * fix test failed AGAIN * fix myself * 是这样吗 * i am so sorry :( * fix fixed bug
This commit is contained in:
@@ -484,6 +484,9 @@ public abstract interface class net/mamoe/mirai/contact/NormalMember : net/mamoe
|
||||
public synthetic fun kick (Ljava/lang/String;)Lkotlin/Unit;
|
||||
public fun kick (Ljava/lang/String;)V
|
||||
public abstract fun kick (Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
|
||||
public synthetic fun modifyAdmin (Z)Lkotlin/Unit;
|
||||
public fun modifyAdmin (Z)V
|
||||
public abstract fun modifyAdmin (ZLkotlin/coroutines/Continuation;)Ljava/lang/Object;
|
||||
public fun nudge ()Lnet/mamoe/mirai/message/action/MemberNudge;
|
||||
public synthetic fun nudge ()Lnet/mamoe/mirai/message/action/Nudge;
|
||||
public synthetic fun nudge ()Lnet/mamoe/mirai/message/action/UserNudge;
|
||||
|
||||
Reference in New Issue
Block a user