# DefaultSubscriptions

`interface` in `seedcord` · v0.11.0

<https://docs.seedcord.org/packages/seedcord/0.11.0/interfaces/default-subscriptions>

Default subscribers that are always available in the framework.

```ts
interface DefaultSubscriptions
```

## Properties

### unknownException

```ts
unknownException: { uuid: UUID; error: Error; guild: Nullable<Guild>; user: Nullable<User>; metadata?: unknown; }
```

Triggered when an unhandled exception occurs
