import type { APIGroupMessage, CalendarEventStartingEvent } from 'groupme-api-types'
import type { Client } from '../../../..'

export async function starting(client: Client, message: APIGroupMessage, event: CalendarEventStartingEvent) {
    return
}
