Skip to content

Commit

Permalink
Fix deprecation for InteractionResponseType::PremiumRequired.
Browse files Browse the repository at this point in the history
  • Loading branch information
rickmartensnl committed Jul 18, 2024
1 parent 4769092 commit e53336d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions twilight-model/src/http/interaction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@ pub enum InteractionResponseType {
Modal = 9,
/// Respond to an interaction with an upgrade button, only available
/// for apps with monetization enabled
///
/// Deprecated: This response type has been deprecated by Discord, please use a [Button] with [ButtonStyle::Premium] instead.
#[deprecated(
note = "This response type has been deprecated by Discord, please use a [Button] with [ButtonStyle::Premium] instead."
)]
Expand Down

0 comments on commit e53336d

Please sign in to comment.