Skip to content

Commit

Permalink
Fix: 修正message.go中的注释错误 (#518)
Browse files Browse the repository at this point in the history
  • Loading branch information
Re-Ch-Love authored Aug 16, 2024
1 parent ef8bef5 commit 98ed719
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 98ed719

Please sign in to comment.