Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
2mf8 committed Aug 20, 2022
1 parent 3ba793c commit 07766a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msg.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ func (msg *Msg) Poke(qq int64) *Msg {
return msg
}

// GMC专用
// GMC专用
func (msg *Msg) Reply(messageId int32) *Msg {
msg.MessageList = append(msg.MessageList, &onebot.Message{
Type: "reply",
Expand Down

0 comments on commit 07766a1

Please sign in to comment.