Module

x/discordeno/mod.ts>getNitroStickerPacks

Discord API library for Deno
Latest
function getNitroStickerPacks
import { getNitroStickerPacks } from "https://dotland.deno.dev/x/discordeno@18.0.1/mod.ts";

Returns the list of sticker packs available to Nitro subscribers.

Parameters

bot: Bot

The bot instance to use to make the request.

Returns

Promise<Collection<bigint, StickerPack>>

A collection of {@link StickerPack} objects assorted by sticker ID.