Skip to content

Commit

Permalink
Remove deprecated Routes#NITRO_STICKER_PACKS_GET
Browse files Browse the repository at this point in the history
  • Loading branch information
Doc94 committed May 23, 2024
1 parent 4469356 commit 63e7c6e
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions rest/src/main/java/discord4j/rest/route/Routes.java
Original file line number Diff line number Diff line change
Expand Up @@ -434,17 +434,6 @@ public abstract class Routes {
*/
public static final Route STICKER_PACKS_GET = Route.get("/sticker-packs");

/**
* Returns the list of available sticker packs.
*
* @see <a href="https://discord.com/developers/docs/resources/sticker#list-sticker-packs">
* https://discord.com/developers/docs/resources/sticker#list-sticker-packs</a>
*
* @deprecated Deprecated in favor of {@link #STICKER_PACKS_GET}. <b>To be removed in 3.3.x</b>
*/
@Deprecated
public static final Route NITRO_STICKER_PACKS_GET = STICKER_PACKS_GET;

/**
* Returns an array of sticker objects for the given guild. Includes user fields if the bot has the MANAGE_EMOJIS_AND_STICKERS permission.
*
Expand Down

0 comments on commit 63e7c6e

Please sign in to comment.