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