function editGuildStickerimport { editGuildSticker } from "https://dotland.deno.dev/x/discordeno@17.2.0/plugins/validations/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