Skip to content

Commit

Permalink
add missing derive
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbt365 committed Dec 8, 2024
1 parent 78d0fea commit 65115e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/builder/edit_guild_incident_actions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ use crate::model::prelude::*;
/// A builder for editing guild incident actions.
///
/// [Discord's docs]: https://github.com/discord/discord-api-docs/pull/6396
#[derive(Clone, Debug, Default, Serialize)]
#[must_use]
pub struct EditGuildIncidentActions {
invites_disabled_until: Option<Timestamp>,
Expand Down

0 comments on commit 65115e8

Please sign in to comment.