Skip to content

Commit

Permalink
add automod message types (#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
MCausc78 authored Dec 4, 2023
1 parent c1eab88 commit 3ba7e7e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/src/models/message/message.dart
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,11 @@ enum MessageType {
stageEnd._(28),
stageSpeaker._(29),
stageTopic._(31),
guildApplicationPremiumSubscription._(32);
guildApplicationPremiumSubscription._(32),
guildIncidentAlertModeEnabled._(36),
guildIncidentAlertModeDisabled._(37),
guildIncidentReportRaid._(38),
guildIncidentReportFalseAlarm._(39);

/// The value of this [MessageType].
final int value;
Expand Down

0 comments on commit 3ba7e7e

Please sign in to comment.