Skip to content

Commit

Permalink
Fix javadoc links
Browse files Browse the repository at this point in the history
  • Loading branch information
freya022 committed Nov 2, 2024
1 parent 5ae1498 commit 7ad435a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
*
* <p><b>Note:</b>This interaction requires <a href="https://discord.com/developers/docs/monetization/overview" target="_blank">monetization</a> to be enabled.
*
* @deprecated Replaced with {@link Button#premium(SkuSnowflake, String)},
* @deprecated Replaced with {@link Button#premium(SkuSnowflake)},
* see the <a href="https://discord.com/developers/docs/change-log#premium-apps-new-premium-button-style-deep-linking-url-schemes" target="_blank">Discord change logs</a> for more details.
*/
@Deprecated
public interface IPremiumRequiredReplyCallback extends IDeferrableCallback
{
/**
* @deprecated Replaced with {@link Button#premium(SkuSnowflake, String)},
* @deprecated Replaced with {@link Button#premium(SkuSnowflake)},
* see the <a href="https://discord.com/developers/docs/change-log#premium-apps-new-premium-button-style-deep-linking-url-schemes" target="_blank">Discord change logs</a> for more details.
*/
@Nonnull
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ enum ResponseType
/**
* Respond with the "Premium required" default Discord message for premium App subscriptions
*
* @deprecated Replaced with {@link Button#premium(SkuSnowflake, String)},
* @deprecated Replaced with {@link Button#premium(SkuSnowflake)},
* see the <a href="https://discord.com/developers/docs/change-log#premium-apps-new-premium-button-style-deep-linking-url-schemes" target="_blank">Discord change logs</a> for more details.
*/
@Deprecated
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*
* @see net.dv8tion.jda.api.interactions.callbacks.IPremiumRequiredReplyCallback
*
* @deprecated Replaced with {@link Button#premium(SkuSnowflake, String)}
* @deprecated Replaced with {@link Button#premium(SkuSnowflake)}
* see the <a href="https://discord.com/developers/docs/change-log#premium-apps-new-premium-button-style-deep-linking-url-schemes" target="_blank">Discord change logs</a> for more details.
*/
@Deprecated
Expand Down

0 comments on commit 7ad435a

Please sign in to comment.