function getNitroStickerPacksimport { getNitroStickerPacks } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/helpers/deps.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.