This commit is contained in:
cdle
2021-09-17 19:25:45 +08:00
parent a0098a771e
commit 0ddb88de04
4 changed files with 44 additions and 30 deletions
+4
View File
@@ -224,3 +224,7 @@ func init() {
bot.SendGroupMessage(int64(i), &message.SendingMessage{Elements: []message.IMessageElement{&message.AtElement{Target: int64(j)}, &message.TextElement{Content: s}}})
}
}
func (sender *Sender) Temporary() {
}