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