Skip to content

Commit

Permalink
Support new Guild Incident message types (#2891)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrasnitski committed Jun 7, 2024
1 parent be4193a commit a15e68e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/model/channel/message.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1027,6 +1027,10 @@ enum_number! {
StageSpeaker = 29,
StageTopic = 31,
GuildApplicationPremiumSubscription = 32,
GuildIncidentAlertModeEnabled = 36,
GuildIncidentAlertModeDisabled = 37,
GuildIncidentReportRaid = 38,
GuildIncidentReportFalseAlarm = 39,
_ => Unknown(u8),
}
}
Expand Down

0 comments on commit a15e68e

Please sign in to comment.