> ## Documentation Index
> Fetch the complete documentation index at: https://docs.assistantscenter.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Bot

> The Discord JS Bot object.

```js theme={null}
new DBD.Dashboard({
  bot: DiscordJSClient,
});
```

## Example Usage

```javascript theme={null}
new DBD.Dashboard({
  bot: bot,
});
```

## Props

<ParamField path="bot" type="object" required>
  The Discord.JS Client object. Need to be logged in with the token before
  define.
</ParamField>
