Skip to content

Commit

Permalink
增加其余消息
Browse files Browse the repository at this point in the history
  • Loading branch information
bestruirui committed Feb 19, 2024
1 parent a222030 commit d11116a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ func main() {
} else if msg.IsEmoticon() {
fmt.Println(friendSenderName, ":", "[动画表情]")
mail.SendEmail(friendSenderName, "[动画表情]")
} else {
fmt.Println(friendSenderName, ":", "[未知类型消息]")
mail.SendEmail(friendSenderName, "[未知类型消息]")
}
} else { //群聊发送的消息
groupSender, err := msg.SenderInGroup()
Expand Down

0 comments on commit d11116a

Please sign in to comment.