# RequireRoleOptions

`interface` in `core` · v0.1.0-next.5

<https://docs.seedcord.org/packages/core/0.1.0-next.5/interfaces/require-role-options>

Options for [`RequireRole`](/packages/core/0.1.0-next.5/functions/require-role).

```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.
