Skip to content

Commit

Permalink
Add support for a new message type puchase_notification
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivin committed Aug 25, 2024
1 parent ba73120 commit 89881ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/model/channel/message.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1033,6 +1033,7 @@ enum_number! {
GuildIncidentAlertModeDisabled = 37,
GuildIncidentReportRaid = 38,
GuildIncidentReportFalseAlarm = 39,
PurchaseNotification = 44,
_ => Unknown(u8),
}
}
Expand Down

0 comments on commit 89881ab

Please sign in to comment.