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