diff --git a/twilight-model/src/http/interaction.rs b/twilight-model/src/http/interaction.rs index 7648c500bb..4ee82f6192 100644 --- a/twilight-model/src/http/interaction.rs +++ b/twilight-model/src/http/interaction.rs @@ -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." )]