# Bot

`class` in `gateway` · v0.5.1

<https://docs.seedcord.org/packages/gateway/0.5.1/classes/bot>

The Discord client and its controllers. Access it through `core.bot`.

The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the `Bot` class.

```ts
class Bot implements HmrAware
```

## Properties

### botToken

```ts
public readonly botToken: string
```

### client

```ts
public get client(): Client
```
