import { getScheduledEvents } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/helpers/deps.ts";
Gets the list of scheduled events for a guild.
Returns
Promise<Collection<bigint, ScheduledEvent>>
A collection of ScheduledEvent objects assorted by event ID.