This commit is contained in:
cdle
2021-09-20 18:20:35 +08:00
parent 9823fc3bd5
commit b33c7b1096
7 changed files with 137 additions and 19 deletions
-4
View File
@@ -248,7 +248,3 @@ func start() {
bot.SendGroupMessage(int64(i), &message.SendingMessage{Elements: []message.IMessageElement{&message.AtElement{Target: int64(j)}, &message.TextElement{Content: s}}})
}
}
func (sender *Sender) Temporary() {
}