function getScheduledEventsimport { getScheduledEvents } from "https://deno.land/x/discordeno@17.0.0/helpers/guilds/mod.ts"; getScheduledEvents(bot: Bot,guildId: BigString,options?: GetScheduledEvents,): Promise<Collection<bigint, ScheduledEvent>>Gets the list of scheduled events for a guild. Parametersbot: Bot The bot instance to use to make the request. guildId: BigString The ID of the guild to get the scheduled events from. optionaloptions: GetScheduledEvents The parameters for the fetching of the scheduled events. ReturnsPromise<Collection<bigint, ScheduledEvent>>A collection of ScheduledEvent objects assorted by event ID.