function deleteGuildStickerimport { deleteGuildSticker } from "https://dotland.deno.dev/x/discordeno@17.2.0/plugins/validations/deps.ts"; deleteGuildSticker(bot: Bot,guildId: bigint,stickerId: bigint,reason?: string,): Promise<void>Delete a new sticker for the guild. Parametersbot: BotThe bot instance to use to make the request. guildId: bigintThe ID of the guild to get stickerId: bigintoptionalreason: stringReturnsPromise<void>A Sticker