function getNitroStickerPacksimport { getNitroStickerPacks } from "https://deno.land/x/discordeno@17.0.1/helpers/misc/mod.ts"; getNitroStickerPacks(bot: Bot): Promise<Collection<bigint, StickerPack>>Returns the list of sticker packs available to Nitro subscribers. Parametersbot: BotThe bot instance to use to make the request. ReturnsPromise<Collection<bigint, StickerPack>>A collection of StickerPack objects assorted by sticker ID.