Interface TrackExceptionEvent

interface TrackExceptionEvent {
    exception: Exception;
    guildId: string;
    op: EVENT;
    type: TRACK_EXCEPTION_EVENT;
}

Hierarchy (view full)

Properties

exception: Exception
guildId: string
op: EVENT