From e53336d204a45be289f7df0603c175c8699255e5 Mon Sep 17 00:00:00 2001 From: Rick Martens Date: Thu, 18 Jul 2024 11:23:48 +0200 Subject: [PATCH] Fix deprecation for InteractionResponseType::PremiumRequired. --- twilight-model/src/http/interaction.rs | 2 -- 1 file changed, 2 deletions(-) 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." )]