# Bot

`class` in `gateway` · v0.2.1

<https://docs.seedcord.org/packages/gateway/0.2.1/classes/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 Initializeable, HmrAware
```

## Properties

### botToken

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

### client

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