# RequireRoleOptions

`interface` in `core` · v0.6.0

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

Options for [`RequireRole`](/packages/core/0.6.0/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.
