docs(stickers): Reveal link in the website (#9870)

docs(stickers): reveal link

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
Jiralite
2023-10-10 15:19:52 +02:00
committed by GitHub
parent 699b232922
commit 332b624aed

View File

@@ -26,7 +26,7 @@ export class StickersAPI {
* *
* @see {@link https://discord.com/developers/docs/resources/sticker#list-sticker-packs} * @see {@link https://discord.com/developers/docs/resources/sticker#list-sticker-packs}
* @param options - The options for fetching the 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<RequestData, 'signal'> = {}) { public async getNitroStickers(options: Pick<RequestData, 'signal'> = {}) {
return this.getStickers(options); return this.getStickers(options);