mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
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:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user