function editGuildStickerimport { editGuildSticker } from "https://deno.land/x/discordeno@18.0.1/template/beginner/deps.ts"; editGuildSticker(bot: Bot,guildId: bigint,stickerId: bigint,options: AtLeastOne<EditGuildStickerOptions>,): Promise<Sticker>Edit the given sticker. Parametersbot: BotThe bot instance to use to make the request. guildId: bigintThe ID of the guild to get stickerId: bigintoptions: AtLeastOne<EditGuildStickerOptions>ReturnsPromise<Sticker>A Sticker