# getBotRole

`function` in `seedcord` · v0.11.0

<https://docs.seedcord.org/packages/seedcord/0.11.0/functions/get-bot-role>

Gets the bot's managed role in a guild.

```ts
getBotRole(guild: Guild): Role
```

Gets the bot's managed role in a guild.

Parameters.

- `guild` `Guild` — The guild to get the bot role from

Returns `Role`.
