function getScheduledEventimport { getScheduledEvent } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/fileloader/deps.ts"; getScheduledEvent(bot: Bot,guildId: BigString,eventId: BigString,options?: { withUserCount?: boolean; },): Promise<ScheduledEvent>Gets a scheduled event by its ID. Parametersbot: Bot The bot instance to use to make the request. guildId: BigString The ID of the guild to get the scheduled event from. eventId: BigString The ID of the scheduled event to get. optionaloptions: { withUserCount?: boolean; } The parameters for the fetching of the scheduled event. ReturnsPromise<ScheduledEvent>An instance of ScheduledEvent.