Commit 1cc97422 authored by jiahua.liu's avatar jiahua.liu

fix launch issue

parent ba352a98
......@@ -232,15 +232,11 @@ internal class GroupImpl(
) : ContactImpl(), Group {
override var name by Delegates.observable(initName) { _, oldValue, newValue ->
println("发包了-2")
this.checkBotPermissionOperator()
println("发包了-1")
if (oldValue != newValue) {
println("发包了0")
launch {
println("发包了1")
bot.network.run {
println("发包了2")
bot.network.run {
TroopManagement.GroupOperation.name(
client = bot.client,
groupCode = id,
......
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