function editGuildStickerimport { editGuildSticker } from "https://deno.land/x/discordeno@17.0.1/helpers/mod.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