From 332b624aed648c707a1ba67da5535fcbf9c84497 Mon Sep 17 00:00:00 2001 From: Jiralite <33201955+Jiralite@users.noreply.github.com> Date: Tue, 10 Oct 2023 15:19:52 +0200 Subject: [PATCH] docs(stickers): Reveal link in the website (#9870) docs(stickers): reveal link Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- packages/core/src/api/sticker.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/src/api/sticker.ts b/packages/core/src/api/sticker.ts index a99e47aba..6734f23f4 100644 --- a/packages/core/src/api/sticker.ts +++ b/packages/core/src/api/sticker.ts @@ -26,7 +26,7 @@ export class StickersAPI { * * @see {@link https://discord.com/developers/docs/resources/sticker#list-sticker-packs} * @param options - The options for fetching the sticker packs - * @deprecated Use {@link getStickers} instead. + * @deprecated Use {@link StickersAPI.getStickers} instead. */ public async getNitroStickers(options: Pick = {}) { return this.getStickers(options);