Skip to content

Commit

Permalink
Add blockMemberInteraction action type (#664)
Browse files Browse the repository at this point in the history
CI fail not related
  • Loading branch information
Lexedia authored Jun 11, 2024
1 parent b06596b commit 50f3377
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/src/models/guild/auto_moderation.dart
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,8 @@ class AutoModerationAction with ToStringHelper implements AutoModerationActionBu
enum ActionType {
blockMessage._(1),
sendAlertMessage._(2),
timeout._(3);
timeout._(3),
blockMemberInteraction._(4);

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

0 comments on commit 50f3377

Please sign in to comment.