# RequireRoleOptions

`interface` in `seedcord` · v0.15.0

<https://docs.seedcord.org/packages/seedcord/0.15.0/interfaces/require-role-options>

Options for [`RequireRole`](/packages/seedcord/0.15.0/functions/require-role), one override per refusal the gate can show.

```ts
interface RequireRoleOptions
```

## Properties

### missingRole

```ts
missingRole: GateNoticeOptions;
```

Reword or replace the refusal shown when the caller lacks the role.

### notInGuild

```ts
notInGuild: GateNoticeOptions;
```

Reword or replace the refusal shown outside a guild.
