function getStickerimport { getSticker } from "https://deno.land/x/discordeno@17.0.1/helpers/mod.ts"; getSticker(bot: Bot, stickerId: bigint): Promise<Sticker>Returns a sticker object for the given sticker ID. Parametersbot: BotThe bot instance to use to make the request. stickerId: bigintThe ID of the sticker to get ReturnsPromise<Sticker>A Sticker