# CatchableOptions

`interface` in `seedcord` · v0.11.0

<https://docs.seedcord.org/packages/seedcord/0.11.0/interfaces/catchable-options>

Configuration options for the Catchable decorator.

```ts
interface CatchableOptions
```

## Properties

### forceFollowup

```ts
forceFollowup: boolean;
```

Always use followUp instead of reply/editReply 

### log

```ts
log: boolean;
```

Whether to log caught errors via the framework Logger
