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

export async function userNotGoing(client: Client, message: APIGroupMessage, event: CalendarEventUserNotGoingEvent) {
    return
}
