Skip to content

Commit

Permalink
docs(stickers): Reveal link in the website (#9870)
Browse files Browse the repository at this point in the history
docs(stickers): reveal link

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
Jiralite and kodiakhq[bot] authored Oct 10, 2023
1 parent 699b232 commit 332b624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/api/sticker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<RequestData, 'signal'> = {}) {
return this.getStickers(options);
Expand Down

0 comments on commit 332b624

Please sign in to comment.