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