This commit is contained in:
cdle
2021-09-17 21:50:20 +08:00
parent d793920ad6
commit 29566c23c9
2 changed files with 7 additions and 4 deletions
-2
View File
@@ -185,9 +185,7 @@ func (sender *Sender) Reply(msgs ...interface{}) error {
MSG := bot.GetMessage(id)
bot.Client.RecallGroupMessage(m.GroupCode, MSG["message-id"].(int32), MSG["internal-id"].(int32))
}()
}
}
return nil
}