Skip to content

Commit 193403e

Browse files
ivinjabrahamIvin
andauthored
Add PURCHASE_NOTIFICATION message type (#2956)
Co-authored-by: Ivin <[email protected]>
1 parent 25b2820 commit 193403e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/model/channel/message.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1032,6 +1032,7 @@ enum_number! {
10321032
GuildIncidentAlertModeDisabled = 37,
10331033
GuildIncidentReportRaid = 38,
10341034
GuildIncidentReportFalseAlarm = 39,
1035+
PurchaseNotification = 44,
10351036
_ => Unknown(u8),
10361037
}
10371038
}

0 commit comments

Comments
 (0)