Skip to content

Commit

Permalink
Fix AutoModActionExecution not being dispatched (serenity-rs#2568)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbt365 authored and mkrasnitski committed Oct 24, 2023
1 parent 19823e2 commit 73c5fbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/model/event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1043,6 +1043,7 @@ pub enum Event {
///
/// [`EventHandler::auto_moderation_action_execution`]:
/// crate::client::EventHandler::auto_moderation_action_execution
#[serde(rename = "AUTO_MODERATION_ACTION_EXECUTION")]
AutoModActionExecution(AutoModActionExecutionEvent),
/// A [`Channel`] was created.
///
Expand Down

0 comments on commit 73c5fbb

Please sign in to comment.