function deleteScheduledEventimport { deleteScheduledEvent } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/helpers/deps.ts"; deleteScheduledEvent(bot: Bot,guildId: BigString,eventId: BigString,): Promise<void>Deletes a scheduled event from a guild. Parametersbot: Bot The bot instance to use to make the request. guildId: BigString The ID of the guild to delete the scheduled event from. eventId: BigString The ID of the scheduled event to delete. ReturnsPromise<void>