Skip to content

Commit

Permalink
Fix: 修正message.go中的注释错误
Browse files Browse the repository at this point in the history
  • Loading branch information
Re-Ch-Love authored Aug 14, 2024
1 parent 2ae1a3d commit 040032d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion message.go
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ func (m *Message) IsTransferAccounts() bool {
return m.IsMedia() && m.FileName == "微信转账"
}

// IsSendRedPacket 否发出红包判断当前是
// IsSendRedPacket 判断当前是否发出红包
func (m *Message) IsSendRedPacket() bool {
return m.IsSystem() && m.Content == "发出红包,请在手机上查看"
}
Expand Down

0 comments on commit 040032d

Please sign in to comment.